@charset "utf-8";


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

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');
* {
    box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}

body{
  
  background-color:#020a3d;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: right;
    margin: 0;
    height: 30em;
    font-family: 'Wallpoet', sans-serif;
  font-family: 'Comfortaa', cursive;
}
header{
	margin: 10em auto;
	padding: 0px 50px;
	width: 55%;
}
li{
  list-style: none;
  margin: 0 1vw;
  font-size: 1em;
  
}
ul{
 margin: 0;
 padding: 0;
 display: flex;
 
}
  
h1{
	font-family: 'Wallpoet', sans-serif;
  
	text-align: center;	
	word-spacing: 1em;
	font-size: 3.7em;
	color: #FFFFFF;
}
h2{
	font-family: 'Wallpoet', sans-serif;
	text-align: center;	
	word-spacing: 1em;
	font-size: 3vw;
	color: #FFFFFF;
}
h3{
  font-family: 'Wallpoet', sans-serif;
  text-align: center;
  color: #FFFFFF;
  font-size: 2em;
}
nav a{
  text-decoration: none;
  font-family: 'Wallpoet', sans-serif;
  color: #FFFFFF;
  display: block;
  padding: 10px 10px 10px 10px;
  
}
a{
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  padding: 10px 10px 10px 10px;
  
}

a:hover{
  border-bottom: 3px solid red;
}
.bom a:hover {
 border-bottom: none; 
}
nav{
 font-family: 'Wallpoet', sans-serif;
  width: 100%;
  height: 45px;
  display: flex;
  position: fixed;
  top: 0;
  padding: 5px;
  background-color: #020a3d;
  right: 0;
  justify-content: center;
  z-index:2;
}

.bom{
  font-family: 'Comfortaa', cursive;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5em;
  margin: 0 0 10% 0;
}
#footer {
   /*position:absolute;*/
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   /*background:#FFFFFF;*/
  text-align: center;
  color: #FFFFFF;
}