@import url("https://use.typekit.net/yjd1gqb.css");
html,
body {
height: calc(100vh - 124px);
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: poppins, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  background-color: #516954;
  height: 100%;
  color: #516954;
}


.main-wrap {
  height: 100%;
  margin: 0 auto;
  background-color: white;
}
main{
    max-width: 320px;
        margin: 0px auto;
        margin-top: 124px;
        text-align: center;
        position: relative;
  
}
.links{
  display: flex;
  flex-direction: column;
}
.text{
  padding-top: 90px;
}
.logo{
  background-color: white;
  background-image: url(/assets/images/Marvaco.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    width: 176px;
    height: 176Px;
    margin: 0 auto;
    position: absolute;
    border-radius: 100px;
    top: -88px;
    left: 75px;
}
p{
  margin: 0px;

}
a{
  color: #516954;
  text-decoration: none;
  margin-top: 30px;
  
}
a:hover{
  color: black;
}

.bullets{
  position: relative;
  height: 60px;
  
}
.bullet{
  position: absolute;
        top: -135px;
        font-size: 150px;
        margin-left: 134Px;
        letter-spacing: -8px;
}

@media only screen and (min-width: 48em) {
    .bullets {
      margin-top: 75Px;
    }
}
@media only screen and (min-width: 75em) {
  .text{
    padding-top: 160px;
  }
  .bullets{
    margin-top: 100Px;
  }
}
@media only screen and (min-width: 87.5em) {
  html,
  body {
    max-height: calc(100vh - 250px);
  }
main{
  margin-top: 250px;
}
  .text {
    padding-top: 125px;
  }

  .bullets {
    margin-top: 100Px;
  }
}