.register {
    text-align: center;
    justify-content: center;
}

.fieldset {
    text-align: center;
    justify-content: center;
}

.registry { 
    position: absolute;
    background-color: antiquewhite;
    text-align: center;
    justify-content: center;
    align-self: center;
    font-weight: bold;
    color: #000000;
}

input {
    padding: 5px;
    right: 2px;
}

label {
    padding: 5px;
    left: 2px;
}

@media(max-width: 600px) {

}