* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
a {
  text-decoration: none;
}
#front {
  width: 100%;
  height: 100vh;
  background: url("../assets/20221219_101357.jpg");
  background-size: cover;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 100px;
}
.logo {
  width: 6rem;
}
nav ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 20px;
  font-size: 22px;
  align-items: center;
}
nav ul li a {
  color: black;
  position: relative;
  padding: 5px 0;
  font-weight: bold;
}
nav ul li a:hover {
  color: blue;
  font-weight: bold;
}
nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  background: black;
  transition: 0.2s;
  bottom: 0;
}
nav ul li a:hover:after {
  width: 100%;
}
.btn {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 40px;
  border-radius: 600px;
  display: inline-block;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  background-size: 152% 100%;
  background: black;
  border: 2px solid white;
}
.btn:hover {
  background: transparent;
  border:3px solid white;
  color: black;
  font-weight: bold;
}
body{
  background:url(https://cdn.dribbble.com/users/67829/screenshots/5379818/thrive-800x600.jpg?resize=800x600&vertical=center);
  background-size:cover;
  background-repeat: no-repeat;
  
}
form{
  margin-left:17rem;
  margin-right:17rem;
  margin-top:1rem;
  background:rgb(250, 250, 2);
  padding:10px;
  border: 3px solid  black;
  border-radius:20px;
  opacity:90%;
  color:black;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
label{
  padding:10px;
  font-size:1.5rem;
}
.dis{
  padding:20px;
}
.forms{
  padding:8px;
}
.stg{
  width:40rem;
  height:10rem;
  margin-right:auto;
  margin-left:auto;
  text-align:center; 
  margin-top:20px;
  border-radius:20px;
  border-style:solid;
  color:rgb(250, 250, 2);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color:black;
  background: opacity(90%);
}
.form-control{
  color:black;
  font-size:22px;
}
.sans{
  padding:10px;
  margin-left:10rem;
  font-size:2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  border-radius:20px;
  margin-top:5rem;
}
.sans:hover{
  background-color:green;
  color:white;
}
.sanss{
 padding:10px;
 font-size:2rem;
 font-family: Cinzel, serif;
 border-radius:20px;
}
.sanss:hover{
  background-color:olive;
  color:white;
}
