@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

#first {
    position: relative;
    width: 60vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

#first div {
    display: flex;
    align-items: center;
}

#about {
    padding-top: 40px;
}

#about p {
    margin-bottom: 28px;
}

#first div {
    display: flex;
    justify-content: center;
}

#first img {
    border-radius: 8px;
    width: 250px;
    margin-right: 40px;
}

#salutation {
    font-size: 30px;
    margin-bottom: 40px;
}

#contact {
    height: 5vh;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

#contact a {
    text-decoration: none;
    display: block;
}

.ph {
    color: #fff;
    font-size: 36px;
    margin-left: 16px;
    margin-right: 16px;
}