* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html {
    font-size: 1.44rem;
    line-height: 1.44;
    height: 100%;
  }

header {
    background-color: rgb(11, 56, 88);
}

body{
    background-color: rgb(1, 25, 10);
}
h1 {
    color: rgb(48, 93, 71); 
    font-family: Verdana, Geneva, Tahoma, sans-serif; 
    letter-spacing: 5px; 
    word-spacing: 20px; 
    text-shadow: 5px 5px 5px rgb(46, 11, 19); 
    font-size: 70px;
}