flag {
  color: yellow;
}

a {
  color: white;
}

.pres-style {
  top: 270px;
  border-radius: 15px;
  position: absolute;
  height: 500px;
  width: 220px;
  background-color: darkblue;
}

.savel{
  top: 60px;
  position: absolute;
  
}

.flag {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 50px;
}

.center-al {
  position: absolute;
  left: 70px;
  top: 230px;
}


.right-pos {
  position: absolute;
  bottom: 8px;
  right: 20px;
  font-size: 15px;
}

.left-pos {
  font-family: "Comic Sans Ms", cursive, sans-serif;
  color: black;
  position: absolute;
  bottom: 8px;
  left: 20px;
  font-size: 15px;
}

.column {  
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  
}
.links {
  border-radius: 15px;
  position: absolute;
  background-color: orange;
  top: 50%;
  height: 250px;
  width: 200px;
}
