@font-face {
    font-family: AlteHaasGrotesk;
    font-weight: bold;
    src: url(AlteHaasGroteskBold.woff);
}

body {
    font-family: AlteHaasGrotesk;
    font-weight: bold;
}

.stem{
    width: 10px;
    height: 100px;
    background: #000;
}

.arrow::before{
    position: relative;
    display: flex;
    right: 76.9px;
    transform: rotate(-45deg);
    content: "";
    top: 20px;
    width: 100px;
    height: 10px;
    background: #000;
    border-radius: 10px 0px 0px 10px;
}

.arrow::after{
    position: relative;
    display: flex;
    transform: rotate(45deg);
    content: "";
    top: 10px;
    right: 12.9px;
    width: 100px;
    height: 10px;
    background: #000;
    border-radius: 0px 10px 10px 0px;
}

.box {
    display: flex; 
    width: 100%; 
    height: 100%; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
}

h1 {
    font-weight: bold; 
    font-size: 10vh;
}