body{
    margin-left: 50px;
}

h3{
    text-align: center;
    margin-bottom: 30px;
}

form{
    display: inline;
}

.register{

    position: relative;
    margin-bottom: 20px;
    left: 700px;
    
}
.register:hover{

    background-color: rgb(190, 126, 126);
    transition: 0.5s ease-in-out;

}


.btn-space{
    margin-right: 5px;
    text-align: center;
}

.btn-pos{
    position: relative;
    left: 10px;
}