header {
    box-shadow: 0 7px 10px #14978e;
    display: flex;
    /*font-family: OI, sans-serif;*/
    /*position: fixed;*/
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #f08080;
    color: #000000;
    border-radius: 20px;
    margin-bottom: 60px;
}

body {
    background-color: #ffe5d9;
}

.container {
    display: flex;
    gap: 20px;
}

section {
    outline: 2px solid #f4978e;
    text-align: center;
    background-color: #f8ad9d;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 60px;
}

.ultra {
    font-size: 48px;
    font-weight: bold;
    background-color: #7300d2;
}

.number {
    font-size: 48px;
    font-weight: bold;
    background-color: #1bc4ab;
}

h2 {
    color: #ffffff;
}

h1 {
    color: #ffffff;
}

.title {
    color: #aa005e;
}

p {
    color: #ffffff;
}
