@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500&display=swap');

html, body {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    width:360px;
    height: 800px;
    display:block;
    position: relative;
    }


body {
    background-color: #EAEBEF;
}


.logo {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 74px;
  top: 9px;
 }


 
h1 {
  position: absolute;
  width: 274px;
  height: 235px;
  left: 38px;
  top: 301px;
  font-family: 'JetBrains Mono', monospace;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #1d1d1d;
}

a {
  position: absolute;
  width: 274px;
  height: 235px;
  left: 38px;
  top: 301px;
  font-family: 'JetBrains Mono', monospace;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #690808;
}

.header {
position: absolute;
width: 100%;
height: 250px;
padding: 0 
}

.conteudo {
  position: absolute;
  width: 100%;
  height: auto;
  }


.rodape {
  position: relative;
  width: 100%;
  height: 100px;
  }