
.welcome-content{
    height:calc(100vh - 335px);
}

.form-sizing{
    max-width:600px;
}
.form-sizing textarea{
    resize:none;
}

.agents-sizing{
    max-width:500px;
}

.buttons{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

/* 011 */
.button011 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    min-width: 220px;
    padding: 13px 25px;
    color: white;
    transition: 0.2s ease-in-out;
    font-weight: 600;
    background: #313131;
    overflow:hidden;
}
.button011:hover a{
    scale:1.05;
    color: white;
}

/* 012 */
.button012 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    min-width: 220px;
    padding: 13px 25px;
    color: #313131;
    transition: 0.2s ease-in-out;
    font-weight: 600;
    background: #ddd;
    overflow:hidden;
}
.button012:hover a{
    scale:1.05;
}

.headerlogo{
    text-align:center;
}

@media screen and (max-width:600px) { 
    .headerlogo{
        text-align:left;
    }
}