* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Red Rose", cursive;
}
body{
       background-image:url(./assets/pexels-maxyne-barcel-10402282\ 1.png);
       background-repeat: no-repeat;
       background-position: center;
       background-size: cover;
       z-index: 0;
}
.container {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: rgba(2, 60, 158, 0.3);
}
.logo{
  display:flex;
  position: absolute;
  margin-top: 30px;
  margin-left: 30px;
  width: 40px;
  height: 40px;
}
.list{
  display:flex;
  list-style: none;
  color: yellow;
  justify-content: center;
  align-items: center;
}
li{
  margin-left: 65px;
  margin-top:30px;
}
.button-small{
  display: flex;
  margin-left: 1350px;
  margin-top: -20px;
  width: 120px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  background-color: orangered;
  border: none;
  color: white;
  font-size: 19px;
}
.button-large{
  display: flex;
  position: relative;
  width:200px;
  margin-left: 800px;
  padding: 20px 20px;
  background-color: orangered;
  border: none;
  justify-content: center;
  font-size: 18px;
  color: white;
  margin-top: 70px;
}
.hero-heading{
  display: flex;
  position: relative;
 margin-top: 90px;
 margin-left: 500px;
 font-size: 85px;
 color: yellow;
}
.hero img{
  display: flex;
  position: relative;
  width: 150px;
  height: 110px;
  margin-left: 1350px;
}

