body{
    margin: 0;
}
*{
    box-sizing: border-box;
}
header{
    
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    background-size: cover;
    background-position: bottom;
    height: 100px;
    width: 100%;
    max-block-size: 300px;
    border-radius: 0px 0px 15px 15px;
    
}
.person{

}
.container{
    width: 650px;
    min-width: 600px;
    max-width: 1200px;
    margin: 0 auto;
    border: 2px solid rgb(209, 184, 146);
    box-shadow: 0px 10px 10px 10px rgb(238, 211, 170);
}
.person {
    width: 100px;
    height: 110px;
    border: 3px rgb(255, 255, 255) solid;
    border-radius: 100%;
    object-fit: cover;
    margin: -50px auto;
    display: block; 
}
h1{
    text-align: center;
    margin-top: 50px ;
    font-family: 'Anton', sans-serif;
}
p{  
    font-family: 'Crimson Text', serif;
    text-align: center;
    padding: 20px 30px 30px 30px;
}
.botmenu{
    text-align: center;
    margin: 0px 15px 15px;
}
#zvezka{
    padding-right: 100px;
}
button{
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(144,221,213,1) 0%, rgba(2,113,255,1) 50%, rgba(0,212,255,1) 100%);
    text-decoration: none;
    color: black;
    width: 250px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: block;
    padding: 10px auto;
    font-family: Arial, Helvetica, sans-serif;
}