body {
    background-color: #f5d4e7;
}

.navigation {
    font-family: 'Playfair Display', serif;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b5838d;
    
}

.navigation a {
    display: block;
    text-decoration: none;
    font-size: 40px;
    text-transform: lowercase;
    color: #b5838d;
    padding-left: 30px;
}

.navigation li {
    float: left;
    
}

.navigation ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
}

.navigation i {
    display: block;
    font-size: 80px;
    color: #b5838d;
    padding-right: 300px;
    
}

.title {
    display: block;

}

.history-title {
    display: block;
  
}

.about-title {
    display: block;
    
}

.culture-title { 
    display: block;

}

.index {
    display: block;

}

.history {
    display: block; 
    
}

.about {
    display: block;
}

.culture {
    display: block;
}

#clicked {
    color: #ffffea;
}

li a:hover {
    color: #ffffea;
  }

.home-body-text {
    color: #33273b;
    margin: auto;
    font-family: blenny, sans-serif;
    font-style: normal;
    font-weight: 900;   
    line-height: .1rem;
    margin-top: 50px;

}

.home-title {
    font-size: 80px;
    text-align: center;
    color: #33273b;
}

.meet {
    font-size:40px;
    text-align: center;
    text-transform: lowercase;
    font-family: 'Lobster Two', cursive;
    letter-spacing: .1em;
}

.cat img {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    border: 10px groove #b5838d;
    border-radius: 5px;
    display: block;
    
}

div .cat {
    display: block;
    margin: auto;
    margin-bottom: 100px;
}

#heart {
    font-size: 30px;
    text-shadow: 2px -5px 0px #ffffea;
}


@media(max-width:650px){
    .home-body-text {line-height:4rem}
    .meet {line-height: .1rem}
}

.about-body {
    display: block;
    line-height: 2rem;
    font-family: 'Unna', serif;
    font-size: 20px;
    letter-spacing: .1rem;
    color:#33273b;
}

.cat2 img {
    border: 10px groove #b5838d;
}

.about-body-text li {
    list-style-type: none;
}
