.navigation {
    display: flex;
    justify-content: flex-start;
    padding: 30px;
}

.navigation a {
    text-decoration: none;
    color: #333;
    margin-right: 20px;
    color: rgb(245, 225, 44);
    font-size:20px ;
    font-family: fantasy;
}

.navigation a:last-child {
    margin-right: 0;
}

body {
    background-color: red;
    background-image: linear-gradient(to right, red , yellow);
  }

  img{
    padding-top: 20px;
    display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        height: 30%;
  }
  .contact-us  p {
    text-align: center;
    font-family: fantasy;
  }