*{

}

.logo{
    width: 100%;
    text-align: center;
    margin: 20px 0;
    background-color: black;
}

.logo h4{
    font-style:italic;
    font-size: 35px;
    letter-spacing: 2px;
    font-weight:900;
    margin-top: 5px;
    color:gray;

}
.logo h4:hover{
    color: red;
}
.nav{
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: 60px;
    line-height: 60px;
}
.nav ul{
    display: flex;
    justify-content: center;
}
.nav ul li{
    list-style: none;
    margin: -15px 20px;
}
.nav ul li a{
    color: black;
    text-decoration: none;
}
.nav ul li a:hover{
    color: blue;
}
.box{
    text-align: center;
}
.box p{
    text-indent: 2em;
}