html {
    font-size: 30px;
    font-family: "Delius", cursive;
}

body {

}

.informacao {
    list-style-type: none;
    padding: 0px;
}

            /* VSRG page */

img.VSRG{
    float: inline-start;
}

.VSRG {
    padding: 10px 20px 20px 20px;
    border: 6px solid black;
    width: auto;
    display: flex;
    row-gap: 4px;
    column-gap: 1em;
}

.VSRGtext {
    width: 100%;
    margin-left: 10px;
}

#VSRGtitle {
    text-align: center;
    font-size: 35px;
}

img.madotsuki {
    width: 30%;
    height: auto;
    border: 5px solid black;
}

#goback1 {
    line-height: 100px;
    margin: 30px;
}

            /* Principal Page */

h1.Title1 {
    font-size: 80px;
    text-align: center;
    text-shadow: 3px 3px 1px black;
}

h1.abouttitle {
    text-align: center;
}

            /* Flexboxes to align */

.box {
    width: 100%;
    display: flex;
    row-gap: 10px;
    column-gap: 2em;
    border: none;
}

.left1 {
    flex-basis: 14%;
    font-size: 20px;
    line-height: 0px;
    justify-content: center;
    text-align:center;
}

#VSRGlink {
    margin-top = 0;
}

img.Image-common {
    border: 5px solid black;
    margin: 2%;
    width: 60%;
    height: auto;
}

.second {
    text-align: center;
    flex-basis: 1200px;
    font-size: 25px;
    padding: 10px 20px 20px 20px;
    border: 5px solid black;
    text-align: left;
}

.right1 {
    padding: 2px 2px 2px 10px;
    border: 5px solid black;
    flex-shrink: 10;
    max-width: 20%;
    justify-content: center;
}

h1.right1 {
    border: 0;
    max-width: 100%;
    margin-left: 0px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

img.badge-right1 {
    width: 46%;	
    height: auto;
    margin-left: 2px;
}

.mybutton {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
}

#mybutton {
   width: 46%;
}

#buttontext {
   margin: 10px 20px 20px 20px;
   border: 7px solid black;
   font-size: 20px;
}

p.second{
    text-align: center;
    font-size: 35px;
    border: 0px;
}

#GifMoe1 {
    position: absolute;
    right: 10%;
    top: 4%;
    width: 7%;
    height: auto;
}

h1.aboutmetext {
    text-align: left;
    font-size: 35px;
    margin-top: 40px;
    margin-bottom: 20px;
}

ul.aboutmetext {
    margin-left: 60px;
}

img.esqueleto {
    margin: -100px 1600px
}
