html {
  image-rendering: pixelated;
  background: black;
  background-image:url("cacaaotesouro/startile.png");
  background-size: repeat;
  font-family: "IMPACT";
  color:#FFA1DA;
  animation: blumov 90s linear infinite;
}
  body {
    margin: auto;
    height: 2000px;
    width: 1000px;
      overflow: hidden;
  }

  #topo{
    width: 800px;
    background-size: 64px;
    border-width: 3px;;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    z-index: 2;
    position: relative;
  }

  #topotext{
    text-align: left;
    font-size: 50px;
    color: yellow;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: goldenrod;
    margin: 0px;
    margin-bottom: 0px;
    z-index: 2;
  }


  #toposub{
    width: 200px;
    height: auto;
    border-style: dotted;
    color: white;
    border-color: yellow;
    background-color: goldenrod;
    border-width: 3px;;
    border-top: 0px;
    border-bottom: 0px;
    margin-top: auto;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 2;
    position: relative;
    background-size: 64px;
  }

  #main{
    width: 500px;
    background-size: 64px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    z-index: 2;
    position: relative;
    background-image: url("cacaaotesouro/fatbubble.png");
    height: auto;
    content: "";
    clear: both;
    display: table;
    overflow: hidden;
  }

  #welcomebox{
    margin-top: 30px;
    background-color: darkgoldenrod;
    width: auto;
    height: auto;
    position: relative;
    border-width: 3px;;
    border-radius: 20px;
    padding: 5px;
    border-style: dashed;
    border-color: yellow;
    right: 0px;
    top: 0px;
    margin: auto;
    z-index: 2;
  }


  .text{
    text-align: left;
    color: khaki;
    margin: 2px;
    font-size: 20px;
    line-height: 1.2;
  }

  #smiley{
    position: relative;
    top: -220px;
    right: -240px;
    z-index: 3;
  }

  #star64{
    position: relative;
    top: -355px;
    left: 620px;
    z-index: 3;
  }

  #flashingstar{
    position: relative;
    top: -232px;
    left: 700px;
    z-index: 3;
  }

  @keyframes blumov {
    0%   {background-position: 0% 0%}
    100% {background-position: 0% 1000%}
  }
