﻿body{
  padding:20px 25px 15px 15px;
  background-color:#f0ffff;
  margin: auto;
  font-family: ms ui gothic;
  box-sizing: border-box;
  image-rendering: pixelated;
}
 h1{
   color:#4B54FF
 }
h1 + p {
  font-size: 150%;
}
/* Link Attributes */
a:link{
  color:#4B54FF
}
a:visited{
  color:#5A6687
}
a:hover {
  background-color: white;
}
div {
  display: none;
}

span:hover + div {
  display: block;
}
ul {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
}
.containter-outer{
  display: flex;
  align-items: center;}
