body{
    background: darksalmon;
}

.menu{
    margin-left: 115px;
    display: flex;
}

.menu h2{
    text-decoration: underline;
}

.menu ul{
    margin-left: 450px;
}

.menu ul li{
    display: flex;
    display: inline-block;
    margin-left: 25px;
}

.name{
    margin-left: 115px; 
}
strong{
    color: rgb(174, 6, 6);
}

.text{
    margin-left: 115px;
}

.image{
    margin-left: 560px;
    height: 90px;
}

.image{
    width: 515px;
    height: 90px;

}

.cv{
    margin-left: 100px;
    background-color: white;
    margin-right: 953px;
    color: rgb(174, 6, 6);
    font-size: 14px;
    text-align: center;
}



