@charset "utf-8";
/* CSS Document */

html, body, h1, p, ul {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 10vh;
}

html {
  width: 100%;
  height: 100%;
  background-image: url("../../project01_root/images/background.png");
  background-repeat: no-repeat;
  background-size: cover;
}

*, *:before, *:after {
    box-sizing: inherit;
}
	
h1{ 
	Text-align: center;
	font-size: 9rem;
	margin-top: -5px;
	color: #e55c7b;
	font-family: 'MS UI Gothic';
}
ul {
list-style-type: none;
	text-align: center;
    list-style-image: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

ul li {
	display: block;
	padding-top: 10px;

}

ul li {
	padding-right: 30px;
}

ul li a {
	display: justify;
	justify-content: center;
    align-items: center;
	color: #c4c3c0;
	text-decoration: none;
	font-family: 'Bebas';
	height: 10px;
}
	@media screen and (min-width: 701px) {
  ul li a {
    font-size: 4vw;
  }
}

@media screen and (max-width: 700px) {
  ul li a {
    font-size: 40px;
  }

}
  








@font-face{ 
font-family: 'MS UI Gothic';
font-weight: 100;
font-style: normal;
}
@font-face{ 
font-family: 'Bebas';
font-weight: 100;
font-style: normal;
}
