body{
  background-color: black;
}
.title{
  text-align: center;
}

.contact{
  background-color: #506852;
  border: solid;
  border-radius: 50px;
  margin-left: auto;
  margin-bottom: 5px;
  display: block;
  font-size: 35px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.contact:hover{
  cursor: pointer;
  opacity: 0.9;
  color: white;
  background-color: black;
}
#footer_div{
  display: flex;
  align-items: center;
  justify-items: center;
  height: 75px;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  place-content: center;
  padding-top: 10px;
}
#title{
  text-align: center;
  font-size: 80px;
  font-weight: 800;
  color: white;
}
#subtitle{
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: white;
  padding-left: 100px;
  padding-right: 100px;
}
#cc{
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  color: white;
}
#footer_text {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  color: white;
}
.footer_image{
  width: 100px;
  height: 100px;
  padding: 10px;
}
.footer_image:hover{
  cursor: pointer;
  opacity: 0.5;
  color: white
}
