body{font-family:monospace;background-color:#fff;margin:0;color:blue}ul{margin:0;padding:0}li{list-style-type:none}a{color:blue}a:hover{color:#fff;background-color:blue}::-moz-selection{background-color:blue;color:#fff}::selection{background-color:blue;color:#fff}.wrapper{margin:20px}.header{width:100%;height:20vh auto;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;grid-template-areas:"title elements"}@media screen and (max-width: 600px){.header{grid-template-columns:1fr;grid-template-areas:"title" "elements"}}.header__title{grid-area:title}.header__elements{grid-area:elements;display:inline-flex;justify-content:space-between}.header__elements__item .desc{width:40%}.header__elements__item .links{width:100%;display:inline-flex}.header__elements__item .links .link:first-child{margin-right:20px}.exerciseContainer{padding-top:5vh;width:100%}#exerciseList{width:100%}#exerciseList li{border-bottom:1px solid blue}#exerciseList li a{text-decoration:none}