.section{
    width:100%;
    height:100vh;
    overflow:hidden;
}

section.register{
    background-color: rgb(137, 197, 26);
}

#one{
    background-color: rgb(137, 197, 26);
    height:100vh;
    position: relative;
}
#two{
    height:100vh;
    position: relative;
}

.info
{
    width:80%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.links
{
    width:100%;
    height:auto;
}

.links i{
font-size:2rem;
}

.links i#twitter{
    color:#1DA1F2;
}

.links i#utube{
    color:#FF0000;
}
.links i#linkedin{
    color:#2867B2;
}

.links i#email{
    color:#f1f1f1;
}

.info.register
{
    width:80%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.footer
{
    width:100%;
    position: absolute;
    bottom:0%;
}
