body {
    background: #98a7a0;
    max-width: none;
    width: 100%;
}
.box-send {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: #b7cdc2;
    animation: circle 2s linear both;
}
.box-in-send {
    animation: compari .8s linear .3s both;
    text-align: center;
}
.mess-lavori {
    font-size: 35px;
    margin: 80px;
}
.box-cod-php {
    font-size: 30px;
    margin: 40px 0;
    text-align: center;
}
.close {
    text-align: center;
    margin: 50px 0 0;
}

.close p {
    font-size: 25px;
    padding: 0 5px;
    background: #f3b82fa6;
    width: 150px;
    margin: auto;
    border-radius: 30px;
    border: 3px solid #f2b830;
    color: white;
    transition: .5s;
    cursor: pointer;
}
.close p:hover {
    transform: scale(.9);
}
