*, *:before, *:after {
   box-sizing: border-box;
}

h1 {
   text-align: center;
   border-bottom: solid 0.2rem #136FFF;
}
