.body {
    background-color: #8080804f;
    text-align: center;
    height: 97vh;
}

.buttons{
    padding-top: 68px;
}
.buttons a {
    color: white;
    padding: 20px;
    background: rgb(243, 122, 32);
    width: 110px;
    display: inline-block;
    border-radius: 10px;
    text-decoration: unset;
    margin: 7px;
}