body {
    background-image: url('http://dl2.glitter-graphics.net/pub/99/99472znutl5jkwj.gif');
    background-attachment: fixed;
    background-repeat: repeat;
    }

.head{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    background-color: rgba(255, 0, 144, 0.5);
    margin-inline: 20%;
    border-style: dotted;
    border-color: rgb(153, 93, 218);
}

.randompic{
    display: flex;
    justify-content: center;

}

.qotd{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    font-family: 'Courier New', Courier, monospace;
    border-style: solid;
    margin-inline: 34%;
    border-color: rgb(255, 0, 225);
    text-shadow: 2px 2px 5px #000;
}

.container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
  
  .box {
    width: 100px;
    height: 100px;
    margin: 10px;
    border: 2px solid pink;
  }
  .box1 {
    width: 100px;
    height: 120px;
    margin: 10px;
    border: 2px solid pink;
    background-color: #000;
    color: rgb(9, 255, 0);
  }