@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  background-color: #23424A;
}

h1, p {
  color: white;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 3rem;
}

p {
font-family: 'Roboto', sans-serif;
font-size: 21px ;
font-weight: 400;
line-height: 1.5rem;
}

button{
  color: #23424A;
  background-color: #38CFD9;
  margin-top: 5vh;
  border-style: none;
  padding: 23px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  border-radius: 100px;
  font-size: 18px
}

.container{
  width: 50%;
  margin-left: 10vw;
  margin-top: 10vw;
  max-width: 1400px;
}

button:hover, button:focus{
  opacity: .75;
}