body{
  background-color: #F1F1E9;
  font-family:Arial, Helvetica, sans-serif;
}

#updateText{
  position: absolute;
  left: 460px;
  top: 110px;
  font-size: 28px;
  font-weight: bold;
  transform: rotate(-45deg);
}

#donate{
  position: absolute;
  left: 600px;
  top: 750px;
  font-size: 28px;
  font-weight: bold;
}

#baseIcon{
  position: absolute;
  left: 920px;
  top: 10px;
}

#aboutLink{
  position: absolute;
  left: 600px;
  top: 230px;
  font-size: 28px;
  font-weight: bold;
}

#downloadsLink{
  position: absolute;
  left: 600px;
  top: 280px;
  font-size: 28px;
  font-weight: bold;
}

#docLink{
  position: absolute;
  left: 600px;
  top: 330px;
  font-size: 28px;
  font-weight: bold;
}

#rcorners {
  position: absolute;
  left: 550px;
  top: 150px;
  border-radius: 25px;
  background-color: #FCFCFA;
  padding: 20px;
  width: 800px;
  height: 600px;
  outline: 2px dashed black;
}

a:link{
  color: black;
  text-decoration: none;
}

a:hover{
  color: blue;
}
