  body {
	    font-family: 'Bebas Neue', cursive;
	    color: #3B77CF;
            background: #161D37;

         }


.container {
          height: 100%;
          width: 100%;
          display: flex;
          position: fixed;
          align-items: center;
          justify-content: center;
 }


	 h1 {
	  font-size: 40px;
		 font-family: 'Bebas Neue', cursive;
         }


        p {
          font-size: 20px;
        }


	   a {
		 font-size: 16px;

	   }

        a:link {
          color: #3B77CF;
        }

        a:visited {
          color: #3B77CF;
        }

        a:hover {
          color: #3B77CF;
        }

        a:active {
          color: #3B77CF;
        }
