* {
    padding: 0px;
    margin: 0px;
}
body {
  overflow-y: scroll;
}

h1 {text-align: center;}
p {text-align: center;}
div {
    text-align: center;
    border: 3px solid white;
}
#img-cat{
    display: block;
    margin: auto;
    width: 33%;
    /*position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    }

#text-blep {
    color:aqua;
    font-size: medium;
}
#div-text {
    background-color:tomato;
}
#div-everything {
    background-color:powderblue;
}
