body {
    margin: 0;
    padding: 0;
    background-color: #1b2333;
  }
  
  #logo {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  a:link {
    width: auto;
    height: auto;
  }
  