﻿body
{
    background-color:#d3b47e;
}
#fo
{
    background-color:#e5cea7;
    width:95%;
    height:95vh;
    border:solid 2px red;
    border-radius:3%;
    margin:0 auto;
    padding:20px;
}
#adatok {
    background-color: #d3b47e;
    width: 40%;
    height: 250px;
    border: solid 2px red;
    border-radius: 3%;
    display:inline-block;
    padding: 20px;
     margin-top:0px;
     margin-bottom:40px;
    float:left;
}
#eredmenyek {
    background-color: #d3b47e;
    width: 40%;
    height: 250px;
    border: solid 2px red;
    border-radius: 3%;
    display: inline-block;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 40px;
   float:right;
   
}
#bb
{
    width:90%;
margin:0 auto;
padding:20px;
}
h1
{
    text-align:center;
}