.container {
margin: auto;
text-align: center;
}
.body {
background-color: #393E46;
}
header {
text-align: center;
margin-top: 5%;
margin-bottom: 5%;
}
.headerss {
font-family: 'Lobster', cursive;
text-shadow: 5px 0 #232931;
font-size: 8rem;
color: #4ECCA3;
}
.paragraf {
font-size: 3rem;
color: #4ECCA3;
font-family: 'Indie Flower', cursive;
}
img {
width: 70%;
}
footer {
margin-top: 5%;
color: #EEEEEE;
text-align: center;
font-family: 'Indie Flower', cursive;
}
@media (max-width:780px) {
.headerss {
font-size: 6rem;
}
img {
width: 90%;
}
}