
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

body {
    /*background-image: url('Adrift-3.jpg');*/
    background-color: #212529;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

  }


h1{margin-top: 10px;}

.footer{
  text-align: center;
  font-family: '...',
}

.mt-0 {
margin-bottom: 50px !important;
}

.image {
    background-repeat: no-repeat;
   }

.title{
  font-family: 'Varela Round', sans-serif;
  color: white;
}

.lead{
  font-family: 'Varela Round', sans-serif;
  color: white;
}

.content{
  font-family: 'Varela Round', sans-serif;
  color: white;
}

.dark-box{
  background-color: #212529;
  color: white;
}

.content-box{
  max-width:fit-content;
}
