* {
    padding: 0;
    margin: 0;
}

body {
    background: #f1a0ff;
}

.section-1 {
    background: #4539c5;
    width: 100%;
    height: 70vh;
    color: white;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-1 h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.section-1 img {
    margin-top: 2rem;
}

.section-2 {
    background: #4efc51;
    width: 100%;
    height: 70vh;
    color: #4539c5;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 2rem;
}

.section-2 h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}