@font-face {
    font-family: Poppins;
    src: url(./Fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(./Fonts/Poppins-Bold.ttf);
}


body {
    font-family: Poppins;
    background-color: lightblue;
    color: lightslategray;
    display: flex;
}

h1 {
    color: black;
    font-family: Poppins-Bold;
    font-weight: lighter;
}

p {
    size: 3em !important;
}

svg {
    fill: whitesmoke;
}

.mainarea {
    width: 75%;
    align-self: center;
    background-color: rgb(202, 221, 228);
    text-align: left;
    padding: 3em 3em;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    border-color: rgb(0, 0, 0);
    border-width: 10px;
    box-shadow: 0 0 1px 1px rgb(165, 188, 194);
}

.mainbody {
    margin-bottom: 3em;
}

.subtitles{
    margin-top: 3em;
}

#mailtomiles {
    color: whitesmoke;
    background-color: rgb(82, 82, 202);
    padding: 1em;
    border-radius: 25px;
    size: 1em;
    font-weight: bold;
    margin: 5em;
    transition: .2s;
    text-decoration: none;
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}

#mailtomiles:hover {
    background-color: white;
    color: rgb(82, 82, 202);
    text-decoration: none;
    fill: rgb(82, 82, 202);
}

svg#mailtomiles:hover {
    fill: rgb(82, 82, 202);
}

#mailtomiles:link {
    text-decoration: none;
}

#mailtomiles:visited {
    text-decoration: none;
}

#mailtomiles:active {
    text-decoration: none;
}

#title{
    text-align: center;
}

#secretbutton:link{
    size: 1px;
    opacity: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#pitchlink:link{
    color: rgb(113, 161, 177);
    text-decoration: none;
}

#pitchlink:hover{
    color: aqua;
    text-decoration: none;
}

#pitchlink:active{
    color: rgb(113, 161, 177);
    text-decoration: none;
}

#pitchlink:visited{
    color: rgb(113, 161, 177);
    text-decoration: none;
}