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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Helvetica', sans-serif;
    color: #000;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 92px;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 67px;
    font-weight: 700;
    line-height: 100%;
}

h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
}

.purple {
    background: #902C8E;
    color: white;
    height: 422px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.star-trek {
    height: 422px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 50px;
    margin: 0 auto;
}

.sunset {
    height: 843px;
    background: url('../images/sunset.jpg') no-repeat center;
    background-size: cover;
    display: flex;
    padding-left: 80px;
}

.opaque-black {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    height: 100%;
    width: 488px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 43px 90px;
}

.marvel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.piano-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-right: 80px;
    padding-left: 80px;
    padding-bottom: 10px;
    gap: 20px;
}

.right-align, p{
    text-align: right;
}

.left-align, p{
    text-align: left;
}
