@font-face {
    font-family: Horror;
    src: url("fonts/BloodyModes-gwwYp.ttf") format("opentype");
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    display:flex;
    flex-direction: column;
    min-height: 100vh;
}   
a {
    margin: 1rem;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.5s;
    border: whitesmoke 1px solid;
    border-radius: 2rem;
}
a:hover {
    background-color: whitesmoke;
    color:#1f1f1f;
    text-decoration: none;
}

/* Rest of body */
/* .container {
    position: relative;
    width: 85%;
    margin: auto;
    margin-bottom: 2.5rem;
} */
p {
    line-height: 1.6;
}
a {
    color: lightgray;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

iframe {
    height: 600px;
    width: 100%;
    background-color: white;
}
/* -------- */


/* Pattern styles */
.founders {
    display: grid;
    position: relative;
    width: 100%;
}
  
#left {
    background-color: #0f0f0f;
    grid-column: 1;
    text-align: center;
    padding: 2rem 3rem;

}
  
#right {
    background-color: #0f0f0f;
    grid-column: 2;
    text-align: center;
    padding: 2rem 3rem;

}
