.container {
    justify-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 50px;
}

h1 {
    color: var(--yellow);
    font-size: 3em;
    margin-bottom: 20px;
}

p {
    font-size: 1.2em;
    color: #F2F4F3;
}

.icon {
    font-size: 4em;
    margin-bottom: 20px;
    color: var(--yellow);
}