body {
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;
    /* color: white;
    background-color: black; */
}

h1 {
    color: #f56a79;
    /* font-family: 'Sacramento', cursive; */
    font-family: sans-serif;
    font-size: 2.5rem; 
    
}

h1:hover {
    font-family: 'Montserrat', sans-serif;
    background-color: #ff414d;
    color: white;
}

img {
    /* position: fixed;
    left: 20px;
    top: 20px; */
    position: relative;
    zoom: 50%;
}

img:hover {
    zoom: 80%;
}

/* 
.fit-pic {
    width: 20%;
} */

.for-home {
    text-decoration: underline;
    font-size: 1.5rem;
}