*, html, body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    color: white;
}

header {
    display: flex;
    width: 100%;
    background-color: #191919;
    color: #eaeaea;
    justify-content: center;
    align-items: center;
    height: 8vh;
    position: fixed;
    box-shadow: 2px 3px 25px 5px rgba(0,0,0,0.5);
}

.title {
    margin: auto;
    margin-left: 20px;
    font-size: 1.5em;
    font-family: "Kalam", cursive;
}

.stitle {
    color: indianred;
    font-family: "Kalam", cursive;
}

ul {
    display: flex;
}

li {
    list-style-type: none;
    padding-left: 0px;
    margin-right: 20px;
    font-family: "Fjalla One", sans-serif;
}

li a {
    text-decoration: none;
    color: #eaeaea;
}

li a:hover {
     color: darkorange;
     text-decoration: underline;
}

.container {
     background: #262626;
     padding-top: 12.5vh;
     padding-bottom: 5vh;
}

.container h2 {
    font-family: "Kalam", cursive;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.card {
    margin-top: 25px;
    margin-bottom: 17px;
    background-color: #1D1D1D;
    width: 60%;
    height: 160px;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    color: white;
    font-family: "Fjalla One", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 15px;
}

.card:hover {
   box-shadow: 0px 10px 25px 1px rgba(0, 0, 0, .5);
   font-size: 17px;
}

.card h3 {
    color: tomato;
}

.intro {
    padding-bottom: 10px;
}

.desc {
    padding-botton: 50px;
    font-family: "Architects Daughter", cursive;
}

.card a {
    text-decoration: none;
}

.card a:hover {
  text-decoration: underline;
}

.footer {
    font-family: "Pixelify Sans", sans-serif;
    margin-top: 5vh;
    font-size: 12.5px;
}

.footer span {
    font-family: "Pixelify Sans", sans-serif;
    color: indianred;
}

.foot {
    width: 100%;
    background-color: #1D1D1D;
    color: white;
}

.foot h4 {
    text-align: center;
}

.foot h4 span {
    color: indianred;
}

.mail {
    width: 50%;
    border-radius: 11px;
    color: #000000;
    font-size: 20vm;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 0;
    border: 1px solid #737373;
}

.mes {
    width: 50%;
    border-radius: 17.5px;                                     
    color: #000000; 
    font-size: 20vm;
    padding-top: 5px;     
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.send {
    width: 53.5%;
    padding-left: 25px;
    padding-right:25px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    background-color: grey;
    border-radius: 15px;
    color: #000000;
    font-family: "Fjalla One", sans-serif;
    margin-bottom: 10px;
    border: 2px solid #757575;
    outline: white;
}
