* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'rubik-dirt';
    src: url(../../resources/Rubik_Dirt/RubikDirt-Regular.ttf)
}
@font-face {
    font-family: rubik;
    src: url(../../resources/Rubik/Rubik-Italic-VariableFont_wght.ttf)
}
@font-face {
    font-family: playwrite;
    src: url(../../resources/Playwrite_CU/PlaywriteCU-VariableFont_wght.ttf)
}
h1 {
    font-size:clamp(2rem,5vw,3rem);
    font-family: 'playwrite';
    text-decoration: underline;
    color: rgb(80, 255, 240);
}
h2 {
    color: rgb(80, 255, 240);
    font-family: rubik;
    font-size:clamp(1.3rem,3vw,2rem);
}
h3 {
    font-size:clamp(1rem,2vw,1.25rem);
    color: rgb(80, 255, 240);
    font-family: rubik;
    margin: 10px;
}
h4 {
    color:rgb(255, 136, 0);
    font-size: 1.5rem;
    text-decoration: none;
    padding: .5em;
    font-family: rubik;
}
h5 {
    padding: 1em;
    text-decoration: None;
    font-size: 15px;
    font-family: rubik;
    color: rgb(255, 136, 0);
}
p {
    color: rgb(80, 255, 240);
    font-family: 'rubik';
    text-indent: 40px;
}
a {
    text-decoration: none;
}
ul {
    list-style-type: none;
}
body {
    background-color:rgb(0, 0, 0);

}
header {
    background-image: url(../resources/mePic.JPG);
    background-size: cover;
    width: 100%;
    aspect-ratio: 2.3 / 1;
    text-align: center;
    line-height: 40em;
}
nav {
    display: flex;
    justify-content: center;
    background-color: rgba(34, 34, 34, 0.486);
    flex-wrap:wrap;
    padding:1rem;
    gap: 3em;
}
main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
footer{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:.5rem;

    padding:2rem;
}

.main-text {
    text-align: center;
}
.main-content {
    width: 100%;
    text-align: center;
}
.project-header {
    color: rgb(80, 255, 240);
    font-family: rubik;
    text-decoration: underline;
}
.topics {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    text-decoration: none;
    list-style-type: none;
    margin: 5rem 0rem 5rem;
}
.subject {
    width: 20em;
    aspect-ratio: 1.2 / 1;
    border: rgb(255, 136, 0) solid 3px;
    border-radius: 15px;
}
.projects-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    text-decoration: none;
    list-style-type: none;
    margin: 5rem 0rem 5rem;
}
.project {
    width: 20em;
    aspect-ratio: 1.2 / 1;
    border: rgb(255, 136, 0) solid 3px;
    border-radius: 15px;
}
#trading {
    background-image:url(../resources/tradingNetwork.jpg);
    background-size: cover;
}
#web-dev {
    background-image:url(../resources/serverPic.jpg);
    background-size: cover;
}
#automation {
    background-image:url(../resources/autoPic.jpg);
    background-size: cover;
}
#mkt-db {
    background-image:url(../resources/serverCodePic.webp);
    background-size: cover;
}
#Orchestra {
    background-image:url(../resources/candlestickPic.webp);
    background-size: cover;
}
#TDD-BDD {
    background-image:url(../resources/terminalPic.jpg);
    background-size: cover;
}

    /* background-color:rgb(12, 7, 31); */
        /* border: 3px solid rgba(87, 0, 0); */
        /* rgb(255, 136, 0) */