.button-row {
          background-color: #002f6c; 
          box-shadow: 0px 0px 0px 18px rgba(0,47,108,0.6); 
          color: white;
        }
        
        .textbox {
            margin-top: 20%;
        }

       .icons {
           margin-bottom: 20px;
       }
        
        @media only screen and (max-width: 1100px) {
            .textbox {
               margin-top: 10%;
            }
        }
        
        @media only screen and (max-width: 750px) {
            .textbox {
               margin-top: 0%;
            }
        }
        
        @media only screen and (max-width: 650px) {
            .button-row {
               text-align: center;
            }
        }