.Content{
    position: relative;
    top: 200px;
    background-color: beige;
}

.Content *{
    font-weight: 100;
    text-align: center;
}

#phone{
    padding-bottom: 100px;
}

#photo{
    position: relative;
    height: 450px;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 50px;
}