body {
    font-family: Arial, sans-serif;
    background: #f2f2f2;
    background-image: url("stars.gif");
}

.Header {
    color: rgb(255, 0, 0);
    font-size: 40px;
    font-family : 'Courier New', Courier, monospace
}

.button {
  background-color: rgb(0, 255, 0);
  border: none;
  color: rgb(0, 0, 0);
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
}

.Navigation {
    padding : 5px;
    position: sticky;
    top: 0;
    background-image: url(stars.gif);
}

h2 {
    color: white;
    font-size: 14px;
}

p {
    color: white;
}

h3 {
    color: white;
}

h1 {
    color: white;
}

.intrests {
    display: grid;
     grid-template-columns: auto auto auto;
}
.intrests div {
    display: inline-block;
    padding-left: 40px;
}

.intrests div p {
     font-size: 20px;
}

.intrests div h1 {
    font-size: 40px;
}

.intrests div img{
    padding-top: 20px;
}

.intrests div .button {
  background-color: rgb(255, 0, 0);
  border: none;
  color: rgb(0, 0, 0);
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  border-radius: 10px;
}

img {
    color : rgb(255, 255, 255);
}