body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: dimgray;
    color: lightgray;
}
@media only screen and (max-width: 768px) {
    #topOne,
    #bottomOne {
      width: 75%;
    }
}
@media only screen and (min-width: 769px) {
    #topOne,
    #bottomOne  {
      width: 30%;
    }
}
#centerererer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#topOne {
    text-align: center;
    font-size: 3rem;
    padding-top: 2rem;
}
#bottomOne {
    padding-top: 2rem;
    text-align: center;
}