@font-face {
  font-family: logofont;
  src: url(logofont.ttf);
}

body {
  background-image: linear-gradient(to bottom right, #9ce62a, #046802);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.header {
  font-family: logofont;
  font-size: 25px;
  text-outline: 1px;
  color: white;
  padding-left: 10%;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
}

.content-left {
 padding-left: 11%;
 padding-top: 9%;
 float: left;
}

.content-right {
  background-color: #f9f9f9;
  float: right;
  position: relative;
  right: 5%;
  width: 420px;
  height: 500px;
  border: 2px;
  color: black;
  text-align: center;
}

u {
 color: white; 
}
