body {
  background-color: rgb(248, 200, 220);
  text-align: center;
}
button {
  background-color: rgb(174 219 176);
  width: 100px;
  padding: 5px;
  font-size: 15px;
  border-radius: 20px;
}
.navbar {
  display: flex;
  justify-content: center;
}
a {
  color: rgb(255 0 106);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  background-color: rgb(244 248 200);
  display: block;
  padding: 10px;
  width: 100px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
}
h1 {
  color: rgb(200 248 228);
  width: 500px;
  padding: 5px;
  margin: auto;
  text-align: center;
  font-style: bold;
  font-family: Arial;
  background-color: rgb(173 101 131);
  border-radius: 20px;
}

#kevin {
  font-style: normal;
  font-size: 30px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  color: blueviolet;  
}
#dj {
  font-style: normal;
  font-size: 30px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  color: rgb(255 240 133);  
}
#skyler {
  font-style: normal;
  font-size: 30px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  color: rgb(251 100 182);  
}
#collin {
  font-style: normal;
  font-size: 30px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  color: rgb(42 166 62);  
}
#laz {
  font-style: normal;
  font-size: 30px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  color: rgb(231 24 11);
}
#dante {
  font-style: normal;
  font-size: 30px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  color: rgb(54 187 167);  
}
#emmett {
  font-style: normal;
  font-size: 30px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  color: rgb(41 132 209);  
}
#cooney {
  font-style: normal;
  font-size: 30px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  color: rgb(0, 11, 216);  
}
#shoop {
  font-style: normal;
  font-size: 30px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  color: rgb(167, 21, 103);  
}
#dom {
  font-style: normal;
  font-size: 30px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  color: rgb(43 99 255);  
}
#ethan {
  font-style: normal;
  font-size: 30px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  color: rgb(255 125 33);  
}
p {
  
  font-size: 20px;
}
.images {
  border-radius: 30px;
  margin: 10px;
  margin-top: 50px;
  border: solid 5px rgb(204 200 248);
}
