body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #333333;
  }
  
  a:link {
    color: blue;
  }
  
  a:visited {
    color: blue;
  }
  
  .container {
    height: 100%;
    width: 100%;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  #logo {
    width: 256px;
    height: 256px;
    display: inline-block;
    opacity: 0.5;
    margin-bottom: 20px;
  }
  
  
  .company-name {
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-size: 48px;
    display:block;
  }
  