body {
    display: flex;
    height: 100vh;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    color: #282828;
    font-size: 24px;
    text-align: center;
    background-color: #fefefe;
    justify-content: center;
    align-items: center;
    }


@media screen and (max-width:767px) {
	html, body {
		overflow: hidden;
	}
	}



/* 
------- */


h1{
    text-align: center;
    font-weight: 700;
    font-size: 60px;
    
}

#flex-container{
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    height: 150 px;
}

.letter {
    cursor: pointer;
}
