body{
  color: white;
  background-image: url(../img/logo.jpg);
  background-size: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  background-color: rgb(6, 6, 6);
  font-weight: bold;
  font-family: 'Cinzel', serif;
  color: white;
  margin:-10px;
}

.footer{
  position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
height: 210px;
}

#logo{
  height: 300px;
  width: 220px;
}
#link{
  height: 50px;
}
ul{
  display: flex;
justify-content: space-around;
  padding-left: 15px;
 padding-top: 100px;
}

span{
font-family:sans-serif;
  padding-left: 80px;
}
h3{
  font-size: 25px;
  padding-top: 50px;
  padding-left: 125px;
letter-spacing: 5px;
}
.mail{
  color: white;
}

/* IDEA: Media */

@media (max-width:450px){
body{
  color: rgb(66, 60, 63);
  background-image: url(../img/logo.jpg);
  background-position: center;
  background-size: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  font-weight: bold;
  font-family: 'Cinzel', serif;
  margin-bottom: 5px;
}
ul{
  display: flex;
  flex-direction: column;
text-align: center;
}
.mail{
  color:rgb(66, 60, 63);
}
h3{
  padding-top: 50px;
  padding-left: 25px;
letter-spacing: 5px;
}
span{
  color: rgb(66, 60, 63);
  display: inline-block;
  padding-right: 10px;
}
.footer{
  position:relative;
    left: 0;
    bottom: 0;
    width: 100%;
height: 650px;
padding-right: 50px;
}
#link{
  height: 50px;
  width: 120px;
}
