@font-face {
    font-family: Romelio;
    src: url(../font/Romelio.otf);
}

body {
    width: 100vw;
    height: 100vh;
    background-color: rgb(09, 54, 51);
    text-align: center;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 24px;
    color: #FFF;
    font-family: Romelio;
    font-weight: 400;
    line-height: 1.5em;
}

#line {
    margin-left: auto;
    margin-right: auto;
    width: 70vw;
    height: 4px;
    background-color: rgba(255, 255, 255, 1);
}

#btn-container{
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    width: 290px;
    height: auto;
    min-height: 400px;
}

.btn-img{
    padding: 2px;
    height: 100%;
    width: 100%;
    
}
