body {
    background:#00A9E3;
  }
  
  .container {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px;
  }

  .title {
    width: 100%;
    text-align: center;
  }

  .icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 256px;
    height: auto;
  }

  @media only screen and (max-width: 1080px) {
    
    .icon {
      width: 40%;
      height: auto;
    }
  }

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

  div {
    color: white;
    font-family: anoha-font;
    font-size: x-large;
  }