body {
    width: 100vw;
    height: 100vh;

    background: url(../img/LakeWithACityBg.jpg) no-repeat center;
    background-size: cover;
    background-clip: border-box;

    display: flex;

    text-align: center;
    flex-direction: column;
    align-items: center;
    
}

form {
    width: fit-content;

    margin: 50px;

    display: block;
    margin: auto 0;
    padding: 30px;

    box-shadow: 0 0 10px rgb(36, 36, 36);

    background-color: rgba(240, 174, 174, 0.5);
}

h1 {
    margin: 25px;
    color: black;

    font-family: "Edu QLD Hand", cursive;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.recovery-register-container {
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
}

a {
    display: block;
    margin: 1% 0;
    text-decoration: none;
    color: black;

    font-size: small;
}

