/*annapuutyylitiedosto
*/

body{
    font-family:cursive;
    color:black;
    background-color:beige;
    margin: 0;
}


header{
    margin-left: 40%;
    margin-right:40%;
}

h1{
    font-size:4em;
    font-style:italic;
    text-transform:initial;
    color:olive;
}
h2{ font-size:1em;
    font-style:normal;
    text-transform:none;
    color:black
}
h3{font-size:1,5em;
    font-style:normal;
    text-transform:uppercase;
    color:black;
    }
    


main{

    margin-left: 20%;
    margin-right: 20%;
}

.isotkuvat{
    width: 700px;
    height: 400px;
    margin-right: 10%;
    margin-left: 10%;
}
.rakkauskuvaoikea{
   float:right;
   margin-right:20px;
   width: 300px;
   height:200px;

}
.tanssivasen{
    float:left;
    margin-right:20px;
    width: 300px;
    height:200px;
}


    
  section{
    margin-left: 20%;
    margin-right: 20%;
    grid-template-columns:1fr 1fr;
    display:grid;
    column-gap: 10px;
    }

div{
    border:solid 2px ;
    padding:30px;
    text-align:center;
    font-style: normal;
     }

table, th, td {
    border: 2px solid black;
    background-color: blanchedalmond;
    text-align: center;
    padding:10px;
   }

footer{
  text-align:center;
}







