body {
    background-color:black;
    min-height:500px;
    font-family: "Doto", sans-serif;
    display:flex;
    color:white;
    cursor: -webkit-grab; cursor: grab;
}
h1 {
    display:flex;
    color:white;
    justify-self:center;
    font-size: 50px;
    font-weight:bold;
  
}
div.myContainerDeco1{
  border: 10px dotted;
  font-size:45px;
  padding: 5px;
  display:flex;
  flex-direction: column;
  flex-wrap:wrap;
}
h2 {
    font-size:30px;
  }
a.myDeco1 {
  color: white;
}
a.myDeco1:visited{
    color: inherit;
}
a.myDeco1:hover {
    color:#192e4d;
  
}
  