body {
  margin: 0;
  padding: 0;
  height: 100vh;
  font-family: "Poppins", Arial, Helvetica, sans-serif serif;
  font-weight: 300;
  
}

.main{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
     margin: 0;
    padding: 0;
}

.main img{
    width: 85px;
    justify-self: center;
     margin: 0;
    padding: 0;
}

a{
    display: grid;
    align-items: center;
    text-decoration: none;
}

p{
    margin: 0;
    padding-bottom: 10px;
    width: 20rem;
}

a{
    width: 13rem;
    height: 2.5rem;
    border-radius: 1.2rem;
    background-color: black;
    color: white;
}


@media screen and (min-width: 850px) {

  body{
    display: flex;
    justify-content: center;
    /* background-color: rgb(0, 0, 0, 0.5); */
    background-image: url('images/changelogo.webp') ;
  }
  
  .main{
    width: 428px;
    background-color: white;
  }
  
}