*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html{
    font-size: 10px;
    font-family: 'Prompt', sans-serif;
    background-color: rgb(10, 10, 10);
}

a{
    color: white;
    text-decoration: none;
}

h3{
    text-align: center;
    color: white;
    font-size: 2.8vh;
    margin-top: 10vh;
    margin-bottom: 10vh;
}

.box{
    width: 80%;
    margin-left: 10%;
    height: auto;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 2.5vh;
    border-bottom: 1px solid white;
    padding: 5vh;
}

.bottom_box{
    width: 80%;
    margin-left: 10%;
    height: auto;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 2.5vh;
    padding: 5vh;
}