* {
  margin: 0;
  padding: 0;
}
#main-section {
  background-image: url("/img/milky-way(tiny).jpg");
  min-height: 55vh;
  padding-top: 45vh;

}

#box {
  background: white;
        color: black;
        border-radius: 0.5em;
        padding: 1em;
        position: absolute;
        width: 350px;
        height: 400px;

        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
}
@media screen and (max-width: 600px) {
  #box {
    background: white;
          color: black;
          border-radius: 0.5em;
          padding: 1em;
          position: absolute;
          width: 300px;
          height: 400px;

          top: 50%;
          left: 50%;
          margin-right: -50%;
          transform: translate(-50%, -50%)

  }
}


#container {
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

.responsive-img {
  margin-top: 30px;
  width: 210px;
  height: auto;
  border-radius: 100%;
}
#title {
  margin-top: 6%;
  text-align: center;
}

#title a {
  color: darkblue;
}
#title h1 {
  font-family: sans-serif;
  font-weight: normal;
}

#title p {
  margin-top: 7%;
  font-family: sans-serif;
}

#social {
  margin-top: 8%;
  
}
#social a {
  text-decoration: none;
  color: black;
}
#facebook {
  margin-right: 25px;

  
}
#instagram {
  margin-left: 25px;
  
}
