body {
  background-image: linear-gradient(#FF2271, rgb(255, 255, 255));
  background-repeat: no-repeat;
}

.h1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ff81ad;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    word-wrap: break-word;
}

.h2 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    word-wrap: break-word;
}

div {
    padding: 100px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: 5%;
}

.emma {
    margin-top: 5%;
    margin-bottom: 5%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    color: #ff81ad;
    word-wrap: break-word;
}

.main-container {
    background-color: slategray;
    border: solid black;
    margin: auto;
    margin-top: 60px;
    padding: 20px;
    width: 50%;
    border-radius: 20px;
    border-style: inset;
    box-shadow: 10px 10px 10px black;
    
    
}

.email {
   font-size: 30px;
   word-wrap: break-word;
}

a:hover {
    background-color: white;
    border-radius: 5px;
    padding: 5px;
}