
body{
  background-color: grey;
}

#home{
  background-image: url('../IMGS/16x9.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;

}

#title{
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}

#about{
  text-align: center;
}

#about p{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

#home img{
  max-width: 100%;
    height: auto;
    width: auto\9;
}

#about{
  text-align: center;

}
#about p{
  width: 60%;
  text-align: center;

}
#links {
padding: 20px;
text-align: center;
}

footer{
background-color: #343a40;
color: #f2f2f2;
text-align: left;
margin:auto;
}

ul{
columns: 2;
-webkit-columns: 2;
list-style: none;
padding: 0;
}

.list{
  columns: 2;
  -webkit-columns: 2;
  list-style: none;
  padding: 0;
  max-width: 100%;
}

.logo{
  max-width: 85%;
  max-height: 85%;
  justify-content: center
}

.link{
  text-decoration: none;
  color: #000000;
  
word-break: break-all;
}

.link:hover{
  color: #ffffff;
}

div{

  max-width: 100%;
  max-height: 100%;
}