body{
    background-color: black;
    display:block;
}
p{
    color: white;
}
.divbutao{
    justify-content: center;
    align-items: center;
    text-align: center;
}
#botao1{
    background-color: white;
    border-radius: 4px;
    width: 120px;
    height: 80px;
}
#botao1:hover{
    cursor:pointer;
}
#botao1:active{
    background-color: rgb(207, 207, 207);
    border-radius: 4px;
    transform: scale(0.9);
}
#aconteca{
    text-align: center;
    font-size: larger;
}
#botao2{
    display: block;
    margin-left: 200px;
    background-color: white;
    border-radius: 4px;
    width: 120px;
    height: 80px;
    visibility:hidden;
    border-style: solid;
}
#botao2:hover{
    cursor: pointer;
}
#botao2:active{
    background-color: rgb(207, 207, 207);
    border-radius: 4px;
     transform: scale(0.9);
}
#botao3{
    display: block;
    margin-left: 400px;
    background-color: white;
    border-radius: 4px;
    width: 120px;
    height: 80px;
    visibility:hidden;
    border-style: solid;
}
#botao3{
    cursor: pointer;
}
#botao3:active{
    background-color: rgb(207, 207, 207);
    border-radius: 4px;
    transform: scale(0.9);
}
#botao4{
    display: block;
    margin-left: 600px;
    background-color: white;
    border-radius: 4px;
    width: 120px;
    height: 80px;
    visibility: hidden;
    border-style: solid;
}
#botao4:hover{
    cursor: pointer;
}
#botao4:active{
    background-color: rgb(207, 207, 207);
    border-radius: 4px;
    transform: scale(0.9);
}