body {
    background-color: rgb(255, 192, 192);
    text-align: center;
    margin: 0;
}

.kuvat {
    display: flex;
    justify-content: space-between;
    margin-top: -610px;
    align-items: first baseline;
}

.left,
.right {
    width: 540px;
    height: 710px;
    /* Kuvien koko */
}

.menu {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 30px 0;
    background-color: rgb(255, 192, 192);

}

.menu a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
}

.menu a:hover {
    color: black;
}

h1 {
    margin-top: 60px;
    font-size: 50px;
    color: rgb(255, 255, 255);
    text-align: center;
}

h2 {
    margin-top: 30px;
    margin-bottom: 35px;
    font-size: 30px;
    font-family: Libre;
    color: rgb(2, 2, 2);
    text-align: center;
}

h3 {
    font-size: 24px;
    color: rgb(2, 2, 2);
    text-align: center;
}

h4 {
    font-size: 24px;
    color: rgb(2, 2, 2);
    text-align: center;
}

p {
    font-size: 16px;
    text-align: center;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(255, 192, 192);
    color: rgb(0, 0, 0);
    text-align: center;
}

.tekstilaatikko {
    background-color: rgba(255, 255, 255, 0.34);
    width: 340px;
    margin: 35px auto;
    padding: 5px;
    border-radius: 25px;
    /* pyöristetyt kulmat */
    box-shadow: 0 4px 10px rgba(255, 253, 253, 0.2);
    margin-bottom: 20px;
}