body {
    background-image: url("http://infojegyzet.hu/erettsegi/informatika-ismeretek/emelt-html-2018maj/hatter.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

ul {
    font-weight: bold;
    font-style: italic;
    list-style-type: square;
}

input {
    width: 40px;
    color: forestgreen;
    font-size: 18px;
}

#keret{
    margin:auto;
    border-style: none solid;
	border-color:gray;
    border-width: 20px;
    width: 70%;
    padding: 20px;
}
.ritka{
    letter-spacing: 4px;
}

p {
    text-align: justify;
}
  
#kep{
    width:40%;
    box-shadow: 8px 8px 5px gray;
    -ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
    transform: rotate(5deg);
    border-radius: 10px;
    border-style: 3px solid;
    float: right;
    margin: 30px;
}
input{
    font-family:cursive; 
    font-weight: bold;
    border-radius: 5px;   
}
body{
    font-family: cursive;
}