﻿body
{
    background-color:#61cf3f;
}
#lap {
    float:left;
    width: 40%;
    /* height:100vh;*/
    background-color: #ffd800;
    /* margin-left: auto;*/
    margin-right: auto;
    padding: 20px;
    /*  border: solid 5px blue; */
    border-top: solid 5px blue;
    border-bottom: solid 5px blue;
    border-left: double 15px blue;
    border-right: double 15px blue;
    margin-top: 50px;
}
.kep
{
    width:120px;
    height:80px;
}
#mas {
    float: right;
    margin-top: 50px;
    margin-right:100px;
    border:dotted 10px blue;
    width:45%;
    height:600px;
    background-color:#ff6a00;
}
table 
{
    border:solid 2px green;
    background-image:url('kepek/kep1.jpg');
    width:90%;
    height:150px;
    color:yellow;
    text-align:center;
    vertical-align:central;
    font-size:20px;
    padding:10px;
}
.kiskep{
    width:50px;
    height:10px;
}
a{
    font-family:'Courier New';
    font-size:20px;
    color:red;
    text-decoration:none;
    background-color:azure;
}
    a:hover {
        font-family: 'Courier New';
        font-size: 20px;
        color: red;
        text-decoration: none;
        background-color: azure;
        font-weight:bold;
    }