body{
    min-width: 100px;
    background: linear-gradient(to right, lightblue, #c9d6ff);
}

.container {
    background: #E2E2E2;
    width: 450px;
    padding: 1.5rem;
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: 0 20px 35px rgba(0, 0, 1, 0.9);
    height: 700px;
}

nav {
    display: flex;
}

img {
    width: 60px;
    height: 60px;
    margin-left: 10px;
    margin-top: 3px;
}

h1 {
    font-size: 36px;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-weight: bold;
    margin-top: 14px;
    margin-left: 10px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin-left: 85px;
    margin-top: 20px;
    color: #383838;
}

label#lab1 {
    display: block;
    margin-left: 85px;
    margin-top: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #4B4B4B;
}

input#username {
    margin-left: 85px;
    margin-top: 3px;
    height: 28px;
    width: 270px;
    background-color: white;
    border-style: none;
}

label#lab2 {
    display: block;
    margin-left: 85px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #4B4B4B;
}

input#email {
    margin-left: 85px;
    margin-top: 3px;
    height: 28px;
    width: 270px;
    background-color: white;
    border-style: none;
}

label#lab3 {
    display: block;
    margin-left: 85px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #4B4B4B;
}

input#password {
    margin-left: 85px;
    margin-top: 3px;
    height: 28px;
    width: 270px;
    background-color: white;
    border-style: none;
}

label#lab4 {
    display: block;
    margin-left: 85px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #4B4B4B;
}

input#confirmPassword {
    margin-left: 85px;
    margin-top: 3px;
    height: 28px;
    width: 270px;
    background-color: white;
    border-style: none;
}

input#showPassword {
    margin-left: 85px;
    margin-top: 7px;
    cursor: pointer;
}

label#lab5 {
    margin-left: 1px;
    margin-top: 4px;
    font-size: 13px;
}

label#lab6 {
    margin-left: 1px;
    margin-top: 4px;
    font-size: 13px;
}

input#agree {
    margin-left: 85px;
    margin-top: 7px;
    cursor: pointer;
}

div#errorMessage {
    margin-left: 835px;
    margin-top: 50px;
    color: #d01212;
}

input[type="submit"] {
    margin-left: 170px;
    margin-top: 20px;
    display: block;
    height: 30px;
    width: 110px;
    border-color: white;
    border: 0.5px solid;
    border-radius: 18px;
    font-weight: bold;
    background-color: white;
    cursor: pointer;
    border-style: none;
    text-decoration: none;
}

h5 {
    margin-left: 147px;
    margin-top: 40px;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 6px;
}

button#button1 {
    margin-top: 0px;
    background-color: rgb(226, 226, 226);
    color: royalblue;
    font-weight: bold;
    margin-left: 198px;
    border-style: none;
    cursor: pointer;
}