.container {background: rgb(255, 255, 255);}
div {border: solid rgb(255, 255, 255) 2px;}

body {background-color: rgb(204, 217, 224);}

h1 {font-size: 50px;
line-height: normal;}
body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 150%;
}

.centered_text {text-align: center;}

a:link {color: rgb(18, 95, 140);}
a:visited {color: rgb(35, 167, 81);}
a:hover {color: rgb(101, 163, 199);
        border: 2px solid rgb(101, 163, 199)}
a:active {color: rgb(6, 5, 48);}