body{
    background-color: black;
    color: white;
}

#container{
    width: 70%;
    margin: auto;
}

.headings{
    font-family: "Lobster";
    font-size: 90px;
}

#marvel{
    font-size: 30px;
}

span{
    color: red;
}

/*
 #img-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}*/

#image{/*margin boşluğu ayarlar.*/
   /* border: 1px solid blue;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 20px;
}

#title{
    text-align: center;
}

#text1{
    text-align: center;
    font-size: 25px;
}

p{
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
}

#marvel{
    font-size: 60px;
}

#li{
    font-size: 20px;
    line-height: 1.5;
}
#link{/* text decoration yazılı olan yerin özelliklerini belirtir ve burda altı çizili olmasını kaldır. */
    color: red;
    text-decoration: none;
}
#link:hover{/*üzerine geldiğinde rengin beyaz olması için*/
    color: aliceblue;

}
