﻿/* index.html */
html {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
} 

body {
  background: radial-gradient(rgb(39, 93, 175), rgb(43,76,126)) no-repeat;
}

a {
  text-decoration: none;
}

header * {
  display: inline;
}

header img {
  width: 100px;
  position: absolute;
  left: 10%;
  top: 20px;
}

header ul {
  position: absolute;
  right: 10%;
  top: 40px;
}

header li {
  padding: 0 10px;
}

header ul a {
  color: #FFFFFF;
}

#info-page {
  width: 50%;
  position: absolute;
  left: 11%;
  top: 200px;
  color: white;
}

#info-page p#ch {
  font-size: 2em;
  letter-spacing: 0.25em;
}

#info-page p#en {
  font-size: 1.5em;
  padding-bottom: 1em;
}

#info-page a {
  color: white;
  border: 1px solid #ffffff;
  padding: 0.5em 2em; 
  margin-top: 2em;
}

#intro-page p {
  width: 25%;
  position: absolute;
  left: 11%;
  color: white;
  font-size: 0.75em;
  letter-spacing: 0.25em;
  text-justify: distribute;
  text-align: justify;
  top: 60%;
}

.main-page img {
  width: 950px;
  position: absolute;
  right: 5%;
  bottom: 0;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  left: 0;
}

p{
    margin: 0;
    padding: 0;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}