.main-container{
    width: 1000px;
    display: block;
    margin: auto;
    margin-top: 2%;
    padding: 5px;
    background-color: antiquewhite;
}

body {
    font-family:Georgia, 'Times New Roman', Times, serif;
    line-height: 1.2em;
    background-image: url("bg.JPG");
    color: #000000;
}

.title{
    border: 3px #56A3A6 solid;
    display: block;
    margin: auto;
    margin-top: 3%;
    /* border: 3px #385377 solid; */
}

.back-arrow {
    position: absolute;
    top: 10px;
    left: 10px;
}

.back-arrow img {
    max-width: 50px;
    height: auto;
}

@font-face {
    font-family: 'uglyqua'; /*a name to be used later*/
    src: url('UglyQua.ttf'); /*URL to font*/
}
