@font-face {
  font-family: lobster;
  src: url(../LobsterTwo-Regular.ttf);
}

body {
    font-family: lobster;
    font-size: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("/img/fish.png");
    background-size: 100vw;
    color: white;
}

img {
    height: auto;
    width: 80%;
}

@media (orientation : portrait) {    
  body {
    padding-top: 48px;
    font-size: 14px;
    background-size: 120vh;
  }
}

.jauns {
  color: red;
  font-size: 28px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}