body{
    background: linear-gradient(90deg, rgba(3,0,55,1) 0%, rgba(7,41,94,1) 48%, rgba(0,0,0,1) 100%);
    color: whitesmoke;
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
}

#title{
    text-align: center;
    font-size: 2.5rem;
}

#reset{
    height: 2.5rem;
    width: 6rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

p{
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}

.box{
    height: 15rem;
    width: 20rem;
    margin: 1rem;
    border-radius: 14px;
}

.button-div{
    text-align: center;
}

.container{
    margin: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.row{
    display: flex;
}