/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
body{
  background-image:url("images/windows7.jpg");
  background-size:cover;
  font-size: 1.2em;
  font-family: Arial;
  }
.cooltitle{
  color:darkblue;
    background-color:rgba(255, 255, 255, 0.75);
  border: 4px solid darkblue;
    border-radius: 1em;
  padding: 0.5em;
  margin: 0.5em;
  width:600px;
  position: relative;
  top: 100%;
  width: 500px;
  font-size: 18px;
  text-align: center;
  margin-left:35%;
  
}
.everything{
  position: relative;
    border: 6px solid darkblue;
    border-radius: 1em;
    top:150px;
  background-color:rgba(255, 255, 255, 0.75);
   border-radius:200px solid darkblue;
  padding: 0.5em;
  margin: 0.5em;
  margin-right:0px;
  width: 1300px;
  height:640px;
  overflow:scroll;
}
p, li {
  background-color:
}
a:hover{
  color:red;
}
.menu-icon {
  width:35px;
  position:absolute;
   top:5%;
   right:10%;
  cursor:pointer;
}
.note {
  border: 4px solid #666;
  padding: 0.5em;
  margin: 0.5em;
}
.note-warning {
  border: 8px solid red;
  padding: 0.5em;
  margin: 0.5em;
}
.CD{
  position: absolute;
    top:20px;
  background-color:rgba(255, 255, 255, 0.75);
  border: 4px solid darkblue;
  padding: 0.5em;
  margin: 0.5em;
  margin-left:100%;
  width: 220px;
  height:400px;
}
.Miku{
  object-fit:cover;
  position: absolute;
    top:420px;
  background-color:rgba(255, 255, 255, 0.75);
  border: 4px solid darkblue;
  padding: 0.5em;
  margin: 0.5em;
  margin-left:100%;
}
.Arrow{
  position:absolute;
    top:60px;
  padding: 0.5em;
  margin: 0.5em;
  margin-left:95%;
  width: 220px;
  height:400px;
}
.Savepoint{
  position:absolute;
  left:1%;
  top: 20%;
   width:100%;
  height:100%;
}
.aboutme{
  color:black;
    background-color:rgba(0, 55, 150, 1);
  border: 4px solid darkblue;
  height:60px;
  position: absolute;
  top: 18%;
  left:70px;
  width: 200px;
  font-size: 13px;
  text-align: center;
}
.mywork{
  color:black;
    background-color:rgba(0, 55, 150, 1);
  border: 4px solid darkblue;
  height:60px;
  position: absolute;
  top: 18%;
  left:270px;
  width: 200px;
  font-size: 13px;
  text-align: center;
}
.FAQ{
  color:black;
    background-color:rgba(0, 55, 150, 1);
  border: 4px solid darkblue;
  height:60px;
  position: absolute;
  top: 18%;
  left:470px;
  width: 200px;
  font-size: 13px;
  text-align: center;
}
.contact{
  color:black;
    background-color:rgba(0, 55, 150, 1);
  border: 4px solid darkblue;
  height:60px;
  position: absolute;
  top: 18%;
  left:670px;
  width: 200px;
  font-size: 13px;
  text-align: center;
}

  
  
