body {
    background-color: #121a5c;
  }
  
  .background-image {
    background-image: url("Kryptonaut.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  h1, h2 {
    font-family: 'Merriweather', sans-serif;
    color: rgb(48, 129, 221);
  }