* {
  margin: 0;
  font-family: futura-pt, sans-serif;
  font-size: large;
}
p {
  margin: 20px;
}
#logo {
  min-width: 150px;
width:15%;
  float: right;
  margin: 30px;
}
#container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  border-style: dotted;
  border-color: #ee4869;
  border-radius: 20px;
  padding: 15px;
  color: #00afbc;
}
footer {
  background-color: #00afbc;
  color: white;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
ul {
  display: flex;
  justify-content: space-evenly;
}
li {
  list-style: none;
  display: inline;
}
