* {
  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-size: cover;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 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: 3px;
  padding: 16px 40px;
  border-radius: 600px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background-size: 152% 100%;
  background: black;
  border: 3px solid gray;
}
.btn:hover {
  background: transparent;
  border: 3px solid black;
  color:blue;
  font-weight: bold;

}
h1 {
    margin-left:150px;
    margin-top: 12px;
    font-size: 60px;
    color: black;
    text-decoration: underline;
  }
h2 {
    margin-left: 160px;
    font-size: 26px;
    color: blue;

  }
div.number {
  background-color:black;
  width: 320px;
  border: 0.3px solid black;
  padding: 50px;
  margin-left:150px;
  margin-top:30px;
  opacity:85%;
  padding-bottom:10px;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  color:white;  
  font-weight: 600; 
}
.section {
    border: 0.5px outset green;
    background-color: black;
    text-align: left;
    margin-top: absolute;
}   
body, html {
  height: 100%;
  margin: 0;
}
body {
    margin: 0;
}
.bg {
  
  background-image: url(https://cdn.dribbble.com/users/1422578/screenshots/6008855/media/39cef1729621d1ab1cf251ef845c135b.jpg?resize=1000x750&vertical=center);
  height: 100%; 
   
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.topnav {
  overflow: hidden;
  background-color: #596854;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 22px;
  position: relative;
}
.topnav a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  background: #FFB600;
  transition: 0.3s;
  bottom: 0;
}

.topnav a:hover::after {
  width: 100%;
}
.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #f1f1f1;
  color: black;
}

.navbar a.active {
  background-color: #04aa6d;
  color: white;
}

.main {
  padding: 16px;
  margin-bottom: 30px;
}
.footer {
  border-radius: 5px;
  outline-color: transparent;
  outline-style: inset;
 
  margin-top: 280px;
  margin-right: 200px;
}
.new
{
text-decoration:none;
color:white;}
.button {
  background-color: rgb(10, 99, 10);
  border: none;
  border-radius: 5%;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 19px;
  float:right;
  margin-top:15px;
  margin-right:255px;
  cursor: pointer;

}
.button:hover
{background:black;
color:white;
box-shadow: rgba(0, 0, 0, 0.6);

}
.link
{
text-decoration:none;
color:white;
}
