body {
    background-color: #8ecfe9;
    margin: 0px;
}

#tile {
    
    border-radius: 20px;
    background-size: cover;
    max-width: 100%;
    max-height: 100%;
    padding: 0px;
    margin: 0px;
}

.mask1 {
    -webkit-mask-image: linear-gradient(to top, transparent 5%, black 30%);
    mask-image: linear-gradient(to top, transparent 3%, black 45%);
  }

.pencil {
    opacity: 0.9;
    float: right;
    margin-left: 90%;
    margin-top: 4%;
    z-index: 2;
    background: transparent!important;
    position: fixed;
    max-width: 7%;
    max-height: 100%;
}

.pencil:hover {
    transform: scale(1.2);
}

.grow {
    transition: all .3s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
}

#container {
    font-family: 'Dosis', sans-serif;
}

#content {
    text-align: center;
}

.body h1 {
    padding-top: 1em;
}

.body {
    text-align: center;
    color: rgb(59, 55, 39);
}

.lorem {
    padding: 2em 1em 1em;
}

h3 {
    padding-left: 0.5em;
    font-size: 1.7em;
    z-index: 1;
    background: transparent!important;
    position: fixed;
    color: cornsilk;
    /* text-align: right; */
}

.form {
    z-index: 99;
    border-radius: 10%;
    display: none;
    position: fixed;
    padding-top: 125px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    
}

.message {
    display: block;
    height: 20em;
    width: 30em;
}

.modal-content {
    position: relative;
    background-color: white;
    padding: 5px;
    margin: auto;
    margin-bottom: 5px;
    width: 25.3em;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal h1 {
    margin-top: 0;
}

textarea {
    margin-top: 5px;
    resize: vertical;
}

.submit-btn, .close-btn {
    margin-top: 7px;
    border-radius: 5px;
    background-color: rgb(81, 181, 240);
    color: #ddeaf0;
    font-size: 16px;
}

.close-btn {
    margin-right: 18.5em;
    background-color: rgb(240, 126, 141);
}

.submit-btn:hover {
    color: rgb(23, 112, 180);
}
 
.close-btn:hover {
    color: rgb(230, 65, 53);
}

.footerIcon {
    width: 100%;
    list-style-type: none;
    text-align: center;
    padding-left: 0;
    padding-top: 3em;
}

.head-icon {
    padding-top: 2em;
    border-radius: 45%;
}

.icon {
    display: inline-flex;
}

.icon.space {
    padding-left: 2%;
}
