@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');


h1{
  color:black;
  font-size: 1.5em;
  font-family: 'Roboto', sans-serif;
  margin-left: 2vw;
  margin-right:18vw;
}

h2{
  color:black;
  font-size: 1.3em;
  margin-left: 1vw;
  margin-right: 7vw;
  font-weight: lighter;
}

h3{
  font-family: 'Roboto', sans-serif;
  color:black;
  font-size: 0.9em;
  margin-left: 1vw;
  margin-right:40vw;
  font-weight: lighter;
}

h5{
  color:#e8fceb;
  font-size:1.1em;
  padding-left: 2vw;
  padding-right: 5vw;
  font-family: "Apple Chancery", cursive;
}


h6{
  color:#e8fceb;
  font-size:1.1em;
  padding-left: 2vw;
  padding-right: 10vw;
  font-weight: lighter;
}


h7{
  color:white;
  font-size:2em;
  padding-left: 0.5vw;
  padding-right: 15vw;
  font-weight: lighter;
}


h8{
  color:white;
  font-size:1.2em;
  padding-left: 0.5vw;
  padding-right: 15vw;
  font-weight: lighter;
}

h9{
  color:#e8fceb;
  font-size:0.9em;
  padding-left: 2vw;
  padding-right: 15vw;
  font-weight: lighter;
}


a:link, a:visited {
  position: relative;
  top:0.3vh;
  left:1vw;
  color: white;
  padding:6px;
  text-decoration:none;
  border:1px solid green;
  border-radius: 20px;
  background-color: black;
  display:inline-block;
}

a:hover  {
  position: relative;
  top:0.3vh;
  text-decoration: none;
  color: red;
  padding:6px;
  border:1px solid green;
  border-radius: 20px;
  background-color: #5d00ff;
  display:inline-block;
}

a:active {
  position: relative;
  top:0.3vh;
  bottom:0.3vh;
  text-decoration: none;
  color: white;
  padding:6px;
  border:2px solid green;
  border-radius: 20px;
  display: inline-block;
}


.photo{ border:1px solid #000; margin-bottom: 2vh;margin-left: 2vw;auto}
@media screen and (min-width: 1201px) {
.photo {width: 67%; text-align: left;}
}
/* css注释：设置了浏览器宽度不小于1201px时 abc 显示1200px宽度 */

@media screen and (max-width: 1200px) {
.photo {width: 75%; text-align: left;}
}
/* 设置了浏览器宽度不大于1200px时 abc 显示900px宽度 */

@media screen and (max-width: 901px) {
.photo {width: 90%; text-align: left;}
}
/* 设置了浏览器宽度不大于901px时 abc 显示200px宽度 */

@media screen and (max-width: 500px) {
.photo {width: 95%; text-align: left;}
}
/* 设置了浏览器宽度不大于500px时 abc 显示100px宽度 */


.review{ border:0px solid #000; margin-bottom: 2vh;margin-left: 2vw;auto}
@media screen and (min-width: 1201px) {
.review {width: 70%; text-align: left;}
}
/* css注释：设置了浏览器宽度不小于1201px时 abc 显示1200px宽度 */

@media screen and (max-width: 1200px) {
.review {width: 70%; text-align: left;}
}
/* 设置了浏览器宽度不大于1200px时 abc 显示900px宽度 */

@media screen and (max-width: 901px) {
.review {width: 100%; text-align: left;}
}
/* 设置了浏览器宽度不大于901px时 abc 显示200px宽度 */

@media screen and (max-width: 500px) {
.review {width: 100%; text-align: left;}
}
/* 设置了浏览器宽度不大于500px时 abc 显示100px宽度 */

.text{ border:0px solid #000; margin-bottom: 5vh;margin-left: 2vw;auto}
@media screen and (min-width: 1201px) {
.text {width: 70%; text-align: left;}
}
/* css注释：设置了浏览器宽度不小于1201px时 abc 显示1200px宽度 */

@media screen and (max-width: 1200px) {
.text {width: 70%; text-align: left;}
}
/* 设置了浏览器宽度不大于1200px时 abc 显示900px宽度 */

@media screen and (max-width: 901px) {
.text {width: 100%; text-align: left;}
}
/* 设置了浏览器宽度不大于901px时 abc 显示200px宽度 */

@media screen and (max-width: 500px) {
.text {width: 100%; text-align: left;}
}
/* 设置了浏览器宽度不大于500px时 abc 显示100px宽度 */
