body {
   

    font-family: Segoe Print;
    
}

h1, h2 {
    text-align: center;

    color: yellow; 
}

p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}

.fotky {

    text-align: center;
}

.fotky img {
    margin-top: 10px;
    height: 620px;
    
}
.fotky figcaption {
    margin-bottom: 50px;
}

.copy_right {
    margin-top: 50px;
    padding: 10px;
    background-color: blue;
    text-align: center;
    color: white;
}



