@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-weight: 100;
}

body {
    background-color: black;
    color: white;
}

/* .container {
    margin: 0 auto;
    width: 1380px;
} */

.section_heading {
    font-size: 60px;
    margin: 50px 0 25px;
    text-align: left;
}

/* Header */

.main_image {
    width: 75%;
}

.profile {
    text-align: center;
}

.profile_image {
    border-radius: 50%;
    height: 300px;
}

.main_title {
    font-size: 54px;
}

.main_subtitle {
    font-size: 46px;
}

/* About Me */

.about_me, .commission {
    display: flex;
    align-items: flex-end;
    margin: 20px 0;
    padding: 0;
}

.info {
    padding: 20px;
}

.section_title {
    font-size: 38px;
    margin-bottom: 30px;
}

.section_text {
    color: lightgray;
    font-size: 24px;
}

.section_image {
    width: 75%;
}

/* Gallery */

.gallery_image {
    margin: 10px;
    width: 375px;
}

/* Contact Me */

.contact_info {
    font-size: 24px;
    margin: 10px;
}

.icon {
    height: 50px;
}

/* Footer */

.copyright {
    font-size: 18px;
    margin: 30px;
    text-align: center;
}