h1 {
    font-family: Verdana;
    font-size: 30px;
    color: blue;
    text-align: center;
    padding: 5px 0;
    text-shadow: 3px 3px 1px grey;
}
h4 {
    text-align: center;
}
body {

    background-image: url(image/cobblestone.png);
    background-attachment: fixed;
}
.kulik {
    display: flex;
    justify-content: center;
    align-items: center
}
a.titlelink {
    color: wheat;
    text-decoration: none;
}
#photo {
    margin-left: auto;
    margin-right: auto;
    max-width: 1350px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.edit {
    width: 300px;
    height: 200px;
    margin: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    background-color: white;
    
}
header {
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(135, 209, 209);
    border: 4px solid #ddd;
    border-radius: 35px;
    width: 420px;
}
nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navi {
    height: 50px;
    width: 100px;
    margin: 10px;
    border: 2px solid white;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
    color:wheat;
    background-image: url("image/end.jpg");
    background-position: center;
}
.mcinfo {
    width: auto;
    height: 850px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(image/backgroundmc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 6px solid whitesmoke;
    border-radius: 10px;

}
.logo   {
    display: flex;
    height: 200px;
    width: 400px;
    margin: 40px;
    float: left;
}

.title {
    display: flex;
    height: 200px;
    width: 400px;
    margin-top: 20px;
}