/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: Calibri;
}

img {
    border-radius: 15px;
    width: 100%;
}

h1 {
    color: #fff;
    font-family: Goudy Old Style;
    font-weight: bold;
    display: inline-block;
    font-style: italic;
}

input {
    max-width: 1200px;
}

.clickable p:hover {
    cursor: pointer;
}