head {
  font-family: 'Arial';
  text-align: center;
}
  
body {
  font-family: 'Arial';
  text-align: right;
  background: linear-gradient(to right, rgb(255, 255, 255), #96b9ff);
  padding:none;
  margin:none;
  color:white;

  font-family: 'MS UI Gothic', Arial, sans-serif;
  /*font-family: MingLiU, mingliufallback;*/
}

hr{
    color:red;
}

.main {
    width:900px;
    margin: 0 auto;
}

.website {
    display: flex;
    justify-content: space-between;
}

.downloads {
    width:200px;
}

.content {
    color:black;
    text-align: left;
}

.gallery img {
    height:200px;
}