.background{
    background-color:#FDEBDC ;
}

.font{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.center{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.boks{
    background-color: rgb(230, 230, 230);
    width: 240px;
    height:auto;
    border: 17px outset rgb(136, 255, 123);
    border-radius: 20px;
    padding: 40px;
    line-height: 25px;
}
.border{
    border: 30px solid white;
    border-radius: 20px;
    background-color: white;
    width: 990px;
}
.margin{
    margin-left: 50px;
    margin-top: 25px;
}

iframe{
    overflow: hidden;
    border: 0px;
}

table{
    width: 994px;
}