body
{
    background-color: lightgray;
}

.page
{
    height: auto;
    width: 768px;
    margin: 0 auto;
    padding-top: 40px;
    background-color: white;
    font-family: 'PT Serif', serif;
    box-shadow: 0px 0px 20px gray;
}

.avatar
{
    height: 160px;
}

span
{
    color: gray;
}

header
{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.addres-photo
{
    background-color: #2cbd00;
    height: 20px;
    margin-right: 10px;
}

.radius
{
    border-radius: 50%;
    vertical-align: middle;
}

.addres-list
{
    list-style: none;
    line-height: 25px;
}

.download
{
    margin-left: 40%;
    background-color: #2cbd00;
    height: 40px;
    width: 120px;
    border-radius: 26px;
}

h2
{
    padding-left: 20px;
    padding-top: 40px;
}

p
{
    padding: 30px;
    font-size: 18px;
}

ul
{
    list-style: none;
    line-height: 30px;
}

a
{
    text-decoration: none;
}

a:link
{
    color: #2cbd00;
}

a:visited
{
    color: #2cbd00;
}

button:hover
{
    background-color: bisque;
}

.hobby
{
    display: flex;
    flex-wrap: wrap;
}

.hobby li
{
    width: 50%;
    padding-top: 20px;
}

.hobby img
{
    height: 40px;
    align-items: center;
    vertical-align: middle;
    padding-right: 15px;
}