body {
    background-color: #f0e7d8;
}

h1 {
    color: white;
    text-align: center;
    border-style: dotted;
    border-color: #df6e7d;
    border-radius: 5px;
    padding: 20px;
    margin-left: 50px;
    margin-right: 50px;
    font-family: "Arial Rounded MT Bold";
    font-size: x-large;
}

.topnav {

    overflow: hidden;
    background-color: #9bcfcf;
    color: white;
    font-family: "Ink free"

}

.topnav a {
    float: left;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #df6e7d;
    color: #9bcfcf;
}

.topnav a.active {
    background-color: #B20A2C;
    color: white;
}

.topnav a:link {
    color: white;
}

.topnav a:visited {
    color: #f0e7d8;
}

.topnav {
    width: 75%;
    text-align: center;
    margin-left: 10%;
}



.tekstikappale {
    color: black;
    font-family: "Grandview Display";
    border-style: dotted;
    border-color: #df6e7d;
    border-radius: 5px;
    text-align: left;
    margin-left: 30%;
    margin-top: 5%;
    height: 65%;
    width: 35%;
    padding: 30px;
    font-size: large;
    text-align: center;

}

h2 {
    color: black;
    font-family: "Ink free";
    font-size: x-large;
    text-align: center;
}

a:link {
    color: #9bcfcf;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #df6e7d;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #B20A2C;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: #9bcfcf;
    background-color: transparent;
    text-decoration: underline;
}




footer {
    color: #B20A2C;
    font-family: "Grandview Display";
    font-size: small;
    text-align: center;

}

/* pienelle näytölle */
@media only screen and (max-width:767px) {
    .tekstikappale {
        margin-left: 35%;
        margin-right: 15%;
        height: 80%;
        width: 30%;
    }

    .topnav a {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }


    .tekstikappale {
        color: black;
        font-family: "Grandview Display";
        border-style: dotted;
        border-color: #df6e7d;
        border-radius: 5px;
        text-align: left;
        margin-left: 10%;
        margin-top: 5%;
        height: 65%;
        width: 35%;
        padding: 30px;
        font-size: large;
        text-align: center;
        display: flex;
        align-items: center;
        width: 60%;

        word-break: normal;
        overflow-wrap: break-word;
        white-space: normal;


    }

}