 body{
        background-color: #3399ff;
        display:flex;
        align-items: center;
        justify-content: center;
        height:100vh;
        padding:0;
      }

      #statusBox{
        flex: auto;
        width:75%;
        text-align: center;
        font-size: 5rem;
      }

      a{
        color:white;
        background-color:;
        text-decoration: italics;
      }

      a:hover{
        color:orange;
        background-color:;
      }

