html,
body {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    overscroll-behavior: none;
}

.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    overscroll-behavior: none;
    height: 100vh;
    width: 100vh;
    left: 10vw;
    position: relative;
}

.intro h1 {
    margin: 0;
    padding: 0;
    font-size: 7vh;
    font-weight: 600;
}

.intro h2 {
    margin: 25px 0;
    padding: 0;
    font-size: 5vh;
    font-weight: 300;
}

.intro .phone {
    margin: 25px 0;
    font-size: 5vh;
    font-weight: 600;
}

.intro .email {
    font-size: 4vh;
    font-weight: 300;
}

.intro .email a {
    color: inherit;
    text-decoration: none;
}