      body{
        background-color: black;
      }

      a:link{
        color: #eace76;
        text-decoration:none;
      }

      a:visited{
        color:#eace76;
        text-decoration:none;
      }

      a:hover{
        color:#eace76;
        text-decoration:underline;
      }

      .container{
        width:100%;
        text-align: center;
        margin:0 auto;
      }

      .container_center{
        width:80%;
        background-color: black;
        text-align: center;
        margin:0 auto;
      }

      .container_center img{
        width:300px;
      }

      .redirecting{
        color:white;
        font-size:20px;
      }