.body{
    font-family: 'DM Sans', sans-serif;
}

#hoverButton{
    background-color: #FFA500;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
}
.hero-homepage{
    background: url('https://images.unsplash.com/photo-1738240946907-a62860914bbe?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 4rem;
    font-family: 'DM Sans', sans-serif;
}

.hero-register{
    background: url('https://images.unsplash.com/photo-1733872584996-7e3ea55f51be?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') no-repeat center center/cover;
    font-family: 'DM Sans', sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

.hero-login{
    background: url('https://images.unsplash.com/photo-1739370327561-87820ea0dd33?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxmZWF0dXJlZC1waG90b3MtZmVlZHwyMHx8fGVufDB8fHx8fA%3D%3D') no-repeat center center/cover;
    font-family: 'DM Sans', sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

#registrationForm{
    backdrop-filter: blur(16px) saturate(180%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 350px;
    background-color: rgba(54, 25, 25, .01);;
    padding: 20px;
    border-radius: 20px;
    position: relative;;
}

#loginForm{
    backdrop-filter: blur(16px) saturate(180%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 350px;
    background-color: rgba(54, 25, 25, .01);;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}


.footer{
    background-color: black;
    color: white;
    text-align: center;
    padding: 1rem;
    justify-content:flex-start;
    font-family: 'DM Sans', sans-serif;
}

.footer-socialmedia{
    display: flex;
    justify-content: center;
    gap: 30px;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24
}

.form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 350px;
    background-color: grey;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}
  