.content{
    max-width: 350px;
    margin: auto;
    text-align: center;
    background-color: white;
    padding: 50px 20px;
    border-radius: 20px;
    margin: 50px auto;
    box-shadow: 0px 0px 20px -5px rgb(0,0,0);
    font-family: sans-serif;
}

body{
    background-image: url(../img/background.png);
    background-size: cover;
}

img{
    width: 100%;
}
.quick-actions{
    margin: 30px 20px 50px 20px;
}

.quick-actions p{
    
    margin: 30px 0;
}

.quick-actions a{
    padding: 20px;
    font-weight: bold;
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.photo img{
    border-radius: 100px;
    border: 3px solid #b68c70;
    max-width: 200px;
}

.photo{
    margin-bottom: 20px;
}

.heading h1, .heading h3{
    margin-block-start: 0;
    margin-block-end: 0;
}

.heading h1{
    margin-bottom: 10px;
    color: #b68c70;
    text-transform: uppercase;
    font-size: 25px;
}

.heading h3{
    font-weight: 400;
    margin-bottom: 30px;
}

.heading hr{
    margin-bottom: 30px;
}

.contact h4, .links h4{
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(63, 63, 63);
    font-size: 14px;
    color: #b68c70;;
}

.contact a, .links a{
    padding: 20px;
    text-decoration: none;
    color: black;
    font-size: 16px;
}
.contact{
    margin-bottom: 50px;
}

.links hr{
    margin-bottom: 30px;
}

.links a{
    display: block;
    cursor: pointer;
    box-shadow: 0 0 10px -5px black;
    border-radius: 1000px;
    color: rgb(63, 63, 63);
    background-color: white;
    transition: all 0.5s;
}

.links a:hover{
    background-color: #b68c70;
    color: white;
}