@font-face {font-family:'helvetica_light'; src:url('fonts/helvetica_light.otf') format('truetype');}
@font-face {font-family:'helvetica_regular'; src:url('fonts/helvetica_regular.otf') format('truetype');}
@font-face {font-family:'helvetica_bold'; src:url('fonts/helvetica_bold.otf') format('truetype');}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "helvetica_regular";
    margin: 100px;
    background-color: #232633;
    color: white;
}

a {
    color: white;
    text-decoration: none !important;
}

.card {
    background-color: #333749;
    color: white;
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 50px;
    width: 90em;
}

.info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 15em;
}

.infotext {
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.title {
    font-size: 35px;
    font-family: "helvetica_light";
    color: #FFDD00;
    margin-bottom: 20px;
}

.aboutme {
    font-size: 20px;
}

.bigcard {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 100px;
    padding: 50px;
    border-radius: 50px;
    width: 84em;
}

.wtitle {
    font-size: 35px;
    font-family: "helvetica_light";
    color: #FFDD00;
    margin-bottom: 20px;
    margin-left: 5em;
}

.quote {
    opacity: 0.5;
    height: 100px;
    margin-right: 100px;
}

.mcards {
    display: flex;
    flex-direction: row;
    margin-left: 10.5em;
}

.mcard {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    padding: 30px 10px 100px;
    background-color: #FD0;
    color: #333749;
    border-radius: 50px;
    width: 15em;
    margin: 10px;
    font-size: 20px;
}

.mcardicon {
    height: 50px;
    width: fit-content;
}

.prefooter {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    border-radius: 50px;
    width: 84em;
    padding: 40px;
}

.pinfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 15em;
}

.button {
    background-color: #FD0;
    color: #333749;
    border-radius: 50px;
    padding: 20px 100px;
}

.footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 100px;
    border-radius: 50px;
    width: 84em;
    padding: 40px;
}

.finfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0 15em;
}

.copyright {
    font-size: 20px;
    font-family: "helvetica_light";
    color: #FD0;
    margin-bottom: 20px;
    margin-left: 5em;
}

.copyright a {
    color: #FD0;
}

.socials {
    display: flex;
    flex-direction: row;
    min-width: 100px;
}

.socicon {
    min-width: 50px;
    max-height: 50px;
    margin: 0 20px;
}

.privacy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 50px;
    width: 90em;
    padding: 50px 0;
}