/*building. im not really sure what i am doing yet. */

body {
	background: #FDFDFD;
}

	
a:link {

  text-decoration: none;
  font-size: 30px;
  font-family: "Yomogi", cursive;
  font-weight: 400;
  font-style: bold;
  color: black;
}

a:visited {
  color: blue;
}

a:hover {
  color: #FDFDFD;
  background-color: blue;
}

a:active {
  color: #000;
}



ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #FDFDFD;
}

ul li {
  float: right;
}

ul li a {
  display: block;
  color: black;
  text-align: center;
  padding: 5px 10px;
  margin: 10px;
  text-decoration: none;
}

ul li a:hover {
  background-color: blue;
}



#hello {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
		padding-bottom: 200px;
}

#bebechi {
	width: 120px;
	height: 120px;
	background-color: #FDFDFD;
        position: absolute;
        top: 25px;
        left: 25px;
        display: inline-block;

	
}

    #bebechi .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    #bebechi:hover .img-top {
        display: inline;
		        top: 0;
        left: 0;
    }

h1 { 
	font-family: "Rock 3D", system-ui;
	font-weight: 400;
	font-size: 100px;
	font-style: normal;
	color: blue;
}

p { 
  font-family: "Yomogi", cursive;
  font-weight: 400;
  font-size: 30px;
  font-style: normal;
  color: black;
}

.rock-3d-regular {
  font-family: "Rock 3D", system-ui;
  font-weight: 400;
  font-style: normal;
}
.yomogi-regular {
  font-family: "Yomogi", cursive;
  font-weight: 400;
  font-style: normal;
}


.list {
	margin-left: auto;
	margin-right: auto;
	padding: 15px 15px;
	padding-bottom: 200px;
}

h3 {
	font-family: "Yomogi", cursive;
	font-weight: 400;
	font-size: 28px;
	font-style: normal;
	color: black;
	text-decoration: underline blue 0.5px;
	text-underline-offset: 10px;

}