body {
  background-color: white;
  color: black;
  font-family: sketch-font;
  text-align: center;
}

iframe {
  position: fixed;
  width: 1920px;
  height: 1080px;
  z-index: -1;
  top: 0%;
  left: 0%;
  border: none;
}

.main {
  margin: 12vh auto;
  width: 60vw;
  border: 15px solid transparent;
  border-image: url("assets/border.png") 30 stretch;
  background-color: white;
}

.main div {
  margin: 50px 10vw;
}

@media only screen and (min-width: 1000px) {
  .bird{
    width: 30vw;
    height: 13vw;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  .bird{
    width: 200px;
    height: 85px;
    margin-top: 50px;
  }
}


.orb {
  width: 20px;
  height: 20px;
  bottom: 5px;
  position: relative;
}

.link {
  text-decoration: none;
  font-size: 40px;
  border: 10px solid transparent;
  border-image: url("assets/border.png") 30 stretch;
}


.link:hover {
  border: 12px solid transparent;
  border-image: url("assets/border.png") 30 stretch;
}

.welcome{
  font-size: 35px;
  margin-bottom: 0px;
}

.about_me{
  font-size: 25px;
  margin-top: 0px;
}

@font-face {
  font-family: sketch-font;
  src: url(assets/Sketch.ttf);
}