
main h1 {
    color: white;
    background-color: rgba(0,0,0,.5);
    padding: 1em;
    margin-bottom: 8em;
    line-height: 1.5;
}
main {
    background-image: url(../images/Home_page_illustration-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
h1 span {
    display: block;
    font-style: normal;
}
.begin {
    font-size: 25px;
}
.name {
    font-size: 40px;
}
.title {
    font-size: 80px;
}