﻿@font-face{font-family:"Muli";src:url("Muli-Bold.ttf") format("truetype");}
body{    
    font-family: "Muli";
    font-size: 18px;
    background: url("background.png");
    background-attachment: fixed;
    background-size: cover;
    display: grid;
    justify-content: center;
    padding-right: 20px;   
    margin-bottom: 150px;
}

.icerik{    
    background: rgba(222,222,222,.85) 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 100%;
    max-width: 720px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;   
}
.resim{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
@media(max-width:560px){

.icerik{
    font-size: 14px;
}

}