* {
  margin: 0;
  padding: 0;
  text-align: center; 
}

body {
 margin-top: 10px;
 margin-left: 50px;
 font-family: Semibold,Arial,Helvetica,sans-serif;
}

.Titel {
 font-size: 2.2em;
 color: #003060;
}

.Landkaart {
 margin-top: 12px;
}

.guessButton {
 margin-left: auto;
 margin-right: auto;
 margin-top: 15px;
 display: block;
 width: 180px;
 border-radius: 5px;
 font-size: 1.2em;
 text-align: center;
 color: white;
 background-color: #01ad01;   /*green*/
 padding: 10px 30px 10px 30px;
 cursor: pointer;
}

.guessOutcome {
 position: absolute;
 display: block;
 left: 120px;
 top: 250px;
 width: 600px;
 height: 28px;
 padding: 30px;
 background-image: url("clouds.svg"); 
 background-color: hsla(0, 0%, 100%, 0.70);
 background-blend-mode: overlay;
 border-radius: 5px;
 color: #000a14;
 font-family: Bold,Arial,Helvetica,sans-serif;
 text-align: center;
 border: solid 2px grey; 
}



}
