*{
    margin: 0;
    padding: 0;
}

#icerik{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    display: table;
}

#icerik h1{
    font-family: Work Sans , sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
}

/* Butonlar */
#butonlar{
    display: table;
    margin: 0 auto;
}
#butonlar a{
    padding: 10px 15px;
    border-radius: 10px;
    font-family: Montserrat , sans-serif;
    font-size: 13px;
    background: #00e100;
    color: white;
    margin-right: 20px;
    text-decoration: none;
    display: block;
    float: left;
    transition: .2s ease-in-out;
}
#butonlar a:hover{
    background: #00c300;
}
#butonlar a:last-child{
    margin-right: 0;
}

/* Dosya */
#dosya{
    width: 100%;
    height: 100vh;
}
#dosya img{
    width: 100%;
    height: 100vh;
}
#dosya video{
    width: 100%;
    height: 100vh;
    object-fit: fill;
}
