html {
    background: #fff3b0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

img {
    width: 75%;
    max-width: 300px;
}

p {
    width: 80%;
    max-width: 400px;
}

a {
    color: #335c67;
    text-decoration: none;
  }