@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');



* {
    padding: 0;
    margin: 0;

}

body {
    padding: 0;
    margin: 0;
    text-align: center;
    align-items: center;
    margin-top: 25%;
    font-family: "Lexend", sans-serif;
}



.otsikko {
    font-family: "Lexend", sans-serif;
    color: #00a1cb;
    font-size: 20px;

}

.teksti {
    font-family: "Lexend", sans-serif;
    font-size: 15px;
    font-weight: 300px;
}


button {
    appearance: none;
    border: none;
    background-color: #00a1cb;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 30px;
    list-style-type: none;

}


button:hover {
    background-color: #053e62d9;
    transition: all .3s;
}

button a {
    color: white;
    text-decoration: none;
}