.my-container {
    width: 300px;
    height: 200px;
    border-radius: 10px;
    background-color: lightblue;
    padding: 10px;
    margin: 15px auto;
    left: 1000px;
    border: 2px solid black;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    right: 0
}

body {
    background-image: url(/istockphoto-2172995722-612x612.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;


}

form {
    position: relative;
    height: 400px;
    /* or whatever fits your layout */
}


h1 {
    color: antiquewhite;
}

label {
    color: rgba(255, 255, 255, 0.7);
}

.pigLatin {
    border: 1px solid #ccc;
    padding: 1rem;
    font-family: Arial, sans-serif;

}
/* # is id, . is for classes */

#sign_up {
    background-color: antiquewhite;
}

  