body {
  background-color:#09025C;
  color:white;
  margin:0;
}
.mycontainer {
  width:100%;
  overflow:auto;
  top: 0px;
  position: relative;
  margin:0;
  padding:0;
}
.mycontainer div {
  width:25%;
  float:none;
  top:40px;
  text-align:center;
}
h2 {
  font-size:x-large;
}
img:hover{
  filter:drop-shadow(3px 3px red);
  filter:blur(4px);
}
.basictext {
  position:absolute;
  Height:16px;
  width:200px;
  bottom:50%;
  right:50%;
  white-space:nowrap;
  z-index:1000;
  background-color:red;
}
p {
  font-size:13px;
}
  