@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');

.scroll{
        width: 220px;
        height: 120px;
        display: block;
        overflow: auto;
        padding: 0px;
        margin-left: 20px;
        margin-bottom: -74px;
     text-align:center;
}

* {
  text-align: center;
  font-family: Sofia;
  color: black;
}

a
{
    text-align: center;
  font-family: Sofia;
  color: #c41e10
}

.text-container
{
background: transparent;
}

.mainbox
{
width: 420px;

  margin: auto;
  position: relative;
  text-align:center !important;
    padding-bottom: 0px !important;
    padding: 15px !important;
  background: white;
  
  border: solid 2px;
}

   .double {
        text-decoration: underline;
        text-decoration-style: double;
        text-decoration-color: #c41e10;
    }

   .single {
        text-decoration: underline;
        text-decoration-style: single;
        text-decoration-color: #c41e10;
    }

   .dot {
        text-decoration: underline;
        text-decoration-style: dotted;
        text-decoration-color: #c41e10;
    }

.wavy {
        text-decoration: underline;
        text-decoration-style: wavy;
        text-decoration-color: #c41e10;
    }

   .red {
color: #c41e10;
    }

body
{
background-image: url("https://i.postimg.cc/J4mcKWf5/IMG-3388.jpg");
}

.site-footer, .site-header, .edit, .publish-timestamp, .edit-timestamp {display: none !important;}