body{
    background-color: #eaeded;
    /* max-height: 100vh; */
}

.type .container .content{
    background-color: white;
    margin-top: 150px;
    border-radius: 20px;
    margin-bottom: 120px;
}
.type .container .content .up{
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid black;
}
.type .container .content .text{
    width: 300px;
    color: red;
    font-size: 35px;
}
.type .container .content .down{  
    display: flex;  
    justify-content: space-around;
    margin-top: 30px;
    padding: 20px;
}
.type .content .col-1 input{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    background-color: rgb(0, 0, 0);
    padding: 20px 60px;
    border-radius: 40px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}
@media (max-width: 767px){
    .type .container .content .down{
        flex-wrap: wrap;
    }   
}

footer{
    
    width: 100%;
}
