
@font-face {font-family:'Inter'; font-style:normal; font-weight:400; src:url(fonts/Inter_24pt-Regular.ttf)}

body{
    display: flex;
    width: 100%;
    margin: 0px;
}

main{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 34px;
}

main div:first-child{
    padding-bottom: 32px;
    border-bottom: 1px solid #00B7A7;

}


main div:last-child h1{
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;

}

main img{
    width: 100%;
}