body {
    background-color: rgb(83, 131, 131);

}

main {
    
    background-image: url(tausta1.jpg);
    padding: 20px;
    color: #2e6327;
    text-shadow: 1px 1px 1px #2e6327;
    
}


h1 {
    font-style: normal;
    font-size: 35;
    color: rgb(143, 21, 21);
    text-shadow: 2px 1px 1px #ffffff;
    text-align: center;
}

a:link {
    color: #ffffff;
}

a:visited {
    color: #d7f2ff;
}

a:hover {
    color: #2e6327;
}

footer {
    background-color: black;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    
}
