body {
  background-color: #26282A;
  color: #FFF;
}

.mainbox {
  margin: auto;
  height: 600px;
  width: 510px;
}

img {
  width: 510px;
  border-radius: 15px;
  border: #fff solid 2px;
  margin-top: 20px;
}

.msg {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
  }

a {
  text-decoration: none;
  color: #01A8E2;
  font-size: 1.3rem;
}

a:hover {
  text-decoration: underline;
}
        
