body{
background:#202d59;
font-family: Georgia, serif;
}

.container{
position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
text-align:center;
color:#e4007d;
font-size:24px;
}

a{color:#e4007d;
font-size:24px;
text-decoration:none;
}

a:hover{
color:#4b587a;
}

img{
max-width:100%;
}

@media only screen and (max-width: 600px) {
.container{

font-size:18px;
width:90%;
}

a{color:#e4007d;
font-size:18px;
text-decoration:none;
}

}

