
img {
    width: 100%;
    padding: 0px;
}
h1 {
    width: 100%;
    font-size:100px;
    color: rgb(0, 0, 0);
    text-shadow: rgb(160, 158, 158) 5px 0 10px;
    text-decoration: underline;
    display: flex;
    justify-content: center;
}
.heading {
    background-image: url('../img/sky.jpg');
    border: 2px black solid;
}
.container {
    background-color: aquamarine;
    border: 1px black solid;
}

.fud {
    background-image: url('../img/dirt.avif');
    border: 2px black solid;
}
.stars {
    background-image: url('../img/stars.jpg');
    border: 2px black solid;
}
.small {
    width: 100%;
    font-size:75px;
    color: rgb(249, 250, 250);
    text-shadow: rgb(0, 0, 0) 5px 0 10px;
    text-decoration: underline;
    display: flex;
    
    justify-content: center;
}
.col {
    border: 2px black double;
    background: radial-gradient(#f7e29e,#d5f39d);
}

.ocean {
    background-image: url('../img/ocean.jpg');
}
.food {
    background-image: url('../img/fields.webp');
    
}
.txt {
    visibility: hidden;
}
body {
    background: linear-gradient(#c1ffae,#d5fdfb);
}
.space {
    background-image: url('../img/space.jpg');
}
.special {
    text-shadow: #FC0 1px 0 10px;
}
.cross {
    background-image: url('../img/water.avif');
}
.mt-6 {
    margin-top: 100px;
}