
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{

  border: 10px solid black;
  display:flex;
  height: 100%;
  margin: 0;
  padding: 0;
  flex-direction: column;

  font-family: 'Roboto', sans-serif;

}

.head{
  
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 450px;
  width: auto;
  background-color: #1f2937;
  min-height: 150px;
}
.logo {
margin-top: 20px;
margin-left: 100px;
font-size: 24px;
color: #f9faf8;

min-width: 200px;
font-weight: bold;
}
.links{

  margin-top: 20px;
  display:flex;
  justify-content: space-between;
  color: #e5e7ebc9;
  font-size: 15px;
  align-items: flex-start;
  
  flex-direction: row;
  min-width: 350px;
  gap: 15px;
  text-transform: lowercase;
  margin-right: 100px;
}

.hero{

  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 350px;
  width: auto;
  background-color: #1f2937;
  min-height: 350px;
  
  gap: 50px;;

}
.text{
max-width: 500px;
margin-left: 100px;
font-size: 48px;
color: #f9faf8;
min-width: 200px;
font-weight: 900;
max-height: 200px;

}
.sub{
font-size: 18px;
margin:0px;
font-weight:normal;
color: #e5e7ebc9;
max-width: 450px;
margin-bottom: 0px;
max-height: 50px;

}
.img{
  background-color: #6c7a86;
  min-width: 450px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #e5e7eb;
  max-height: 225px;
}
.sign{
  font-size: 15px;
  color: #e5e7eb;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 8px ;
  padding-bottom: 8px;
  border-radius: 6px;
  background-color: #3882F6;
  border: none;
  margin-top: 0;
}
.random{
  display: flex;
  min-height: 500px;
  flex-direction: column;

}
.header-random{
  min-height: 150px;
  display: flex;
  font-size: 36px;
  color: #1f2937;
  font-weight: 1000;
  justify-content: center;
  align-items: center;

}
.carousel{
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 300px;
  gap: 30px;
  margin-top: 0;


  

}
.image{
display: flex;
flex-direction: column;
max-width: 300px;
margin: 0;

}
.alt
{

  margin-top: 10px;
  color: #6c7a86;
  font-weight: 900;
  text-align: center;


}
.i{
  width:180px;
  height: 150px;
  border: 4px solid #3882F6;
  border-radius: 6px;
  margin: 0;


}
.quote{

  min-height: 300px;
  background-color: #e5e7eb ;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.quote-text{
  max-width: 680px;
  font-size: 30px;
  font-style: italic;
  color: #1f2937b7;
  text-align: left;

  
}

.author{
  display: flex;
font-weight:900;
text-align: right;
font-size: 20px;
justify-content: flex-end;
width: 100%;
max-width: 680px;

}
.action-section{

  display: flex;
  background-color: #ffffff;
  height: 280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.action{
  display: flex;
  background-color: #3882F6;
  width: 900px;
  height: 150px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 8px;

}

.action-text{
  text-align: left;
  color: #f9faf8;
}

.call{

  font-size: 22px;
  padding: 3px;
}

.call-subtext{
  color: #e5e7ebc4;

}

.signup{

  font-size: 15px;
  color: #e5e7eb;
  font-weight: bold;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 8px ;
  padding-bottom: 8px;
  border-radius: 6px;
  background-color: #3882F6;
  border: none;
  margin-top: 0;
  border: 3px solid #e5e7ebc4;

}