.register{
    font-size:20px;
}
.middle{
    height:83vh;
}

.bottom{
    padding:20px;
    background-color: #01092b;
    color:grey;
    height:7vh;
    width:100%;
    font-size:14px;
    text-align:center;
}

@media (max-width:480px){
    .register{
    font-size:16px;
}
.bottom{
    font-size:12px;
}

}


