* {
    font-weight: 900;
    margin-top: none;
    font-size:larger;
}
body {
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color:antiquewhite;
    font-size: 100px; 
}
header img {
    border-radius: 30px;
}
header {
    margin: 60px 0;
    text-align: center;
    padding-top: 97px;
}

h1 {
    margin-top: 0;
    font-size: 2.5em;
    color: #436cba;

}

h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    color: black;
    padding: 10px;
    margin: 20px;
}

label, input[type="text"], input[type="email"], input[type="password"] {
    font-family: Georgia, 'Times New Roman', Times, serif;
    display: flex;
    justify-content: center;
    text-align: center;
    color: black;
    padding: 4px;
    margin: 2px;
    border-radius: 20px;
    font-size: 20px;
}
.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100em;
    z-index: 0;
    margin: none;
    padding: 0;
    height: 100px;
    text-wrap: none;
    font-size: 20px;
}

.container::before {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    padding: none;
    margin: none;
    display: block;
}
.parent-container {
    display: flex;
    justify-content: center;
      align-items: center;
    height: 100px; /* Adjust as needed */
}

button {
    font-family: inherit;
    font-size: 20px;
    background-color: #17642cb3;
    color: aliceblue;
    padding: 10px 20px;
    margin: 20px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

button a {
    color: inherit;
    text-decoration: none;
}

button:hover {
    color:aquamarine
}
.container h2  {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    color:black;
    padding: -20px;
}
#container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family:cursive;
    border-radius: 20px;
    border: 2px solid antiquewhite;
    background-color: black;
}
#container h2 {
    background-color: black;
    color: #fff;
    border-radius: 30px;
}
#continue-with-gmail, #continue-with-github, #continue-with-facebook,#continue-with-twitter{
    margin: 10px;
}
#container img {
    width: 24px;
    height: 24px;
    margin: 10px;
    vertical-align: top;
    border-radius: 20px;
}
#login {
    font-family:'Times New Roman', Times, serif;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 2px solid antiquewhite;
    background-color: #333;
    border-radius: 20px;
}
#login h2 {
    background-color: black;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
}
footer {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color:cadetblue
}