@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

div#got {
    margin:0 auto 30px auto;
    width:100%;
    background:#ffffff;
    color:#000000;
    padding:15px;
    box-sizing:border-box;
    text-align: center;
    font-family: 'Righteous', cursive;
}

div#want {
    margin:0 auto;
    width:100%;
    background:#ffffff;
    color:#000000;
    padding:15px;
    box-sizing:border-box;
    text-align: center;
    font-family: 'Righteous', cursive;
}

div#bottom {
    margin:0 auto;
    width:100%;
    background:#ffffff;
    color:#000000;
    padding:15px;
    box-sizing:border-box;
    text-align: center;
    font-family: 'Righteous', cursive;
}

footer {
    position: fixed;
    bottom: 0;
    margin:0 auto;
    width:100%;
    text-align: center;
    padding: 15px;
    background-color: rgb(182, 215, 182);
    color: rgb(11, 11, 11);
  }

  .column {
    flex: 50%;
  }