
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: linear-gradient(to bottom, cyan, green, red);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.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;
}
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;
}
#clock {
    position: fixed;
    display: block;
    width: 200px;
    height: 100px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border-radius: 50%;
    background-color: white;
    border: 5px solid blue;
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
}