* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 24px;
    color: white;
    box-sizing: border-box;
    text-align: center;
  }

body {

    background-color: #000000;
    background-image: url(../images/thread.png);
    height: 100%;
    margin: 0;

}

a
{
    text-decoration: none;
}

a:hover {
    color: #919191;
  }

h1 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    color: white;
}

h2 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
}

#projects article {
    width: 500px;
    background-color: black;
    margin: 15px;
    text-align: center;
    padding: 20px;
    border: 5px solid white;
    list-style-type:none;
}

#projects div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#emailme a {
    background-color: #000000;
    color: #ffffff;
    font-size: 45.55px;
    border-radius: 30px;
    border: 4px solid #ffffff;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    margin-bottom: 100px;
  }


  #image img
  {
    margin-top: 40px;
    border: 5px solid white;
  }

  #me h1
  {
    padding: 0px 0px 10px 0px;
  }

