body {
    background: #FAEEE8;
    font-family: Delius;
    color: #990033;
    margin: 0%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


footer {
    font-weight: 900;
    }

    .hidden {
        display: none;
      }

.avatar {
	align-items: center;
	padding-left: 30px;
	position: relative;
    width: 800px;
	height: auto;
    margin-bottom: 100;
}

.menu {
margin-left: 500;
margin-bottom: 150;
position:relative;
z-index:50000;
}

.image {
	border-radius: 4px;	
	position: absolute;
	top: 2px;
}

h1 {
    font-size: 80px;
    font-family: Gamja Flower;
    font-weight: 900;
    color: #990033;
}

p.title {
    padding-left: 90px;
    font-size: 25px;
}

button {
    width: 50%;
    font-family: Delius;
    font-size: 30px;
    justify-content: center;
    margin-left: 120px;
    color: white;
    font-weight: 900;
    height: 50px;
    background: #bed37f;
    border: #bed37f;
    border-radius: 10px;
}

.input {
    width: 50%;
    font-family: Delius;
    font-size: 30px;
    justify-content: center;
    margin-left: 120px;
    color: white;
    font-weight: 900;
    height: 50px;
    background: #bed37f;
    border: #bed37f;
    border-radius: 10px;
}

#title-screen {
    opacity: 1; 
    transition: opacity 3s ease-out; 
}

#main-content {
  
    opacity: 0; 
    transition: opacity 3s fade-in; 
}


#main-content.show {
    opacity: 1; 
}


.dropdown {
	padding: 0px;
    color: darkgreen;
	font-family: Delius;
	background-color: white;
	border-radius: 200px;
	border: 2px solid rgba(0,0,0,.2);
	font-size: 20px;
}
