body {
    background-color: #3d3fe0;

    margin: 0px;
    height: 100vh;

    font-family: Tahoma, sans-serif;
}

.centre {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    background-color: #67bdea;

    padding-bottom: 60px;
    width: 70vw;

    text-align: center;

    border-width: 10px;
    border-style: solid;
    border-color: #7e3ed0;

    font-size: 1.8vh;

    @media (max-width:850px) {
       width: 100vw;
    }
}

.BottomImg {
  display: block;
  margin: auto;
  width: 50vh;

    @media (max-width:850px) {
       width: 50vw;
    }
}

p {
    font-size: 22px;
}