.white-spacer{
    height: 100px;
}

.background-dual{
    background: linear-gradient(
            to right,
            #F3E8E8 0%,
            #F3E8E8 33%,
            #CCDACF 33%,
            #CCDACF 100%
    );
}

.home{
    position: absolute;
    top: 300px;
    left: 50px;
}

.icon-button{
    height: 48px;
    width: 48px;
}

.section-button{
    min-width: 50%;
}

a{
    text-decoration: none;
}