*{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 30px;
}
.container{
    display: flex;
    justify-content: center;
}
.content{
    margin-bottom: -50px;
    padding-top: 200px;
    font-size: 80px;
    font-weight: 800;
}
#b1{
    background-color: black;
    color: white;
    height: 35px;
    width: 170px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow:darkgrey;
}
.buttons{
    padding-left: 330px;
}