#photo{
    width:150px; height:150px;
    border-radius: 1000px;
    border: 5px solid #f4dc26;
    text-align:center;
    vertical-align: middle;
}
#name {
   display:inline-block;
   text-align:center;
   vertical-align: middle;
   margin-left:25px;
   font-size:100px;
   font-weight:bold;
   font-family: "Heebo";
}
#line{
    width:75%;
    border: 3px solid #f4dc26;
    border-radius: 1000px;
    margin-bottom:-25px;
}
#mainDiv{
    text-align:center;
    margin-bottom:25px;
    margin-top:25px;
}
body{
    font-family: "Heebo";
}
ol{
    color:black;
    text-align:center;
    list-style:none;
    font-size:45px;

}
li{
    padding-top:25px;
}
a{
    color:black;
	text-decoration:none;
}
a:hover{
    color:#f4dc26;
	text-decoration:underline;
}

#nyan{
    width:50px;
    height:47px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}