* {
    box-sizing: border-box;
}

.header{
    background-color:#fff ;
    background-image: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(182,56,213,1) 82%, rgba(0,212,255,1) 100%);
    background-size: cover;
    background-position: bottom;
    height: 100px;
    width: 100%;
    border-radius: 15px 15px 15px 15px;
    
    
}

.container{
    height: 500px;
    min-width: 100px;
    margin: 0 auto;
    border: 2px solid blanchedalmond;
    box-shadow: 0px 10px 10px 10px blanchedalmond;
    font-size: 10px;
    border-radius: 15px 15px 15px 15px;
}

.person{
    width: 100px;
    height: 110px;
    border: 3px rgb(7, 253, 220) solid;
    border-radius: 100%;
    object-fit: cover;
    margin: -50px auto;
    margin-left: auto;
    margin-right: auto;
    display: block; 
}

p{
    
    font-family: 'Crimson Text', serif;
    text-align: center;
    padding: 0px 30px 30px 30px;
}

h1{
    text-align: center;
    margin: 48px 0px;
    font-family: 'Anton', sans-serif;
}
.botmenu{
    text-align: center;
    margin: 0px 15px 15px;
}

#zvezdochka{
    padding-right: 80px;
}

button{
background: linear-gradient(90deg, rgba(144,221,213,1) 0%, rgba(2,113,255,1) 50%, rgba(0,212,255,1) 100%);
border-radius: 10px;
text-decoration: none;
color: #A9A9A9;
width: 200px;
height: 30px;
margin: 0px 15px 15px;
margin-left: auto;
margin-right: auto;
display: block;
font-family: Arial, Helvetica, sans-serif;
}