body {
    background-color: #000307; 
}

.mainText {
    color: #6ff4ff;
    font-family: monospace;
    font-size: 40px;
    text-align: center;
    margin: 12px;
}

.topIntro {
    border: solid #115774;
    width: calc(100% - 50px);
    height: 150px;
    margin: auto;
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.introText {
    color: #6ff4ff;
    text-align: center;
    font-size: 50px;
    font-family: monospace;
}

.topOne {
    color: #6ff4ff;
    background-color: #000307;
    margin-top: -25px;
    margin-right: 300px;
    font-size: 20px;
    font-family: monospace;
    border: none;
}

.topOne:hover {
    color: #6ff4ff;
    background-color: #041c3b;
    margin-top: -25px;
    margin-right: 300px;
    font-size: 20px;
    font-family: monospace;
    border: none;
    transition: background-color 0.5 ease;
}

.topCenter {
    color: #6ff4ff;
    background-color: #000307;
    float: auto;
    font-size: 20px;
    margin-top: -25px;
    font-family: monospace;
    border: none;
}

.topCenter:hover {
    color: #6ff4ff;
    background-color: #041c3b;
    float: auto;
    font-size: 20px;
    margin-top: -25px;
    font-family: monospace;
    border: none;
    transition: background-color 0.5, ease;
}

.topTwo {
    color: #6ff4ff;
    background-color: #000307;
    margin-top: -25px;
    margin-left: 300px;
    font-size: 20px;
    font-family: monospace;
    border: none;
}

.topTwo:hover {
    color: #6ff4ff;
    background-color: #041c3b;
    
    margin-top: -25px;
    margin-left: 300px;
    font-size: 20px;
    font-family: monospace;
    border: none;
    transition: background-color 0.5, ease;
}

/*For card two*/

.cardTwo {
    border: solid #115774;
    width: calc(100% - 50px);
    height: auto;
    margin: 20px;
    margin-right: auto;
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
}

.twoText {
    color: #6ff4ff;
    font-size: 40px;
    font-family: monospace;
    text-align: center;
}

.twoPT {
    color: #6ff4ff;
    font-size: 17px;
    text-align: center;
    font-family: monospace;
    margin-top: -20px;
}

.cardThree {
    border: solid;
    color: #115774;
    width: calc(100% - 50px);
    height: auto;
    margin: 20px;
    margin-right: auto;
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
}
.cardThreeHeader {
    color: #6ff4ff;
    font-size: 40px;
    font-family: monospace;
}

.cardThreeText {
    color: #6ff4ff;
    font-size: 17px;
    margin-top: -20px;
    font-family: monospace;
    text-align: center;
}

/*Bpa shit below*/

.bpa {
    border: solid;
    color: #115774;
    width: calc(100% - 50px);
    height: auto;
    margin: 20px;
    margin-right: auto;
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;  
}

.bpaHeader {
    color: #6ff4ff;
    font-size: 40px;
    font-family: monospace;
    margin-bottom: auto;
}

.bpaText {
    color: #6ff4ff;
    font-size: 17px;
    font-family: monospace;
    text-align: center;
    margin-bottom: 25px;
}

.bpaLists {
    display: grid;
    grid-template-columns: 1fr auto 1fr; 
    width: 100%;
    align-items: start;
    padding: 0 30px;  
    gap: 12px;
    box-sizing: border-box;
}

.listOne {
    color: #6ff4ff;
    font-size: 17px;
    font-family: monospace;

    justify-self: start;
    text-align: center;
    margin: 0;
    max-width: 320px;
}

.listTwo {
    color: #6ff4ff;
    font-size: 17px;
    font-family: monospace;

    text-align: center;     
    justify-self: center;
    margin: 0;   
}

.listThree {
    color: #6ff4ff;
    font-size: 15px;
    font-family: monospace;

    justify-self: end;
    text-align: center;
    margin: 0;
    max-width: 320px;

}

/*Bpa shit eneded*/

.contact {
    border: solid;
    color: #115774;
    width: calc(100% - 50px);
    height: auto;
    margin: 20px;
    margin-right: auto;
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contactHeader {
    color: #6ff4ff;
    font-size: 40px;
    font-family: monospace;
    text-align: center;
}

.gridCon {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: 0;
}

.gridItem {
    color:#6ff4ff;
    background-color: #000307;
    font-size: 17px;
    font-family: monospace;
    padding: 20px;
    margin: 0;
    border: none;
}

.gridItem:hover {
    color: #6ff4ff;
    background-color:#041c3b;
    font-size: 17px;
    font-family: monospace;
    padding: 20px;
    margin: 0;
    border: none;
}

.contactText {
    color: #6ff4ff;
    font-size: 17px;
    font-family: monospace;
    text-align: center;
    align-content: center;
}

/*Uh experimental real quick*/

.bottom {
    color: #115774; 
    border: solid;
    width: calc(100% - 90%);
    height: auto;
    margin: 20px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
}

.bottomText {
    color:#6ff4ff;
    font-size: 17px;
    font-family: monospace;
    text-align: center;
}

 /*This is for page 2 and below*/

.projectMargin {
    border: solid;
    color: #115774;
    width: calc(100% - 50px);
    height: auto;
    margin: 20px;
    margin-right: auto;
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.projectPicture { /*This shit is a work in progress*/
    align-items: flex-start;
    border: none;
    margin: 0;
    width: 500px;
    height: 500px;
    border-radius: 8px;
}

.projectText { /*maybe move to the right side of the page maybe if we do something with images (to future self) (I feel bad for him)*/ 
    color:#6ff4ff;
    font-size: 17px;
    font-family: monospace;

    align-self: center;
    text-align: center;
}

.demonJacob {
    align-items: center;
    font-size: 11px;
    color: white;
    font-family: consolas;
    text-align: center;
    align-items: center;
}

.cashSpread {
    align-items: center;
    text-align: center;
    font-size: 3px;
    color: white;
    font-family: consolas;
}

.kale {
    align-items: center;
    text-align: center;
    font-size: 11px;
    color: white;
    font-family: consolas;
}

.hiddenLink {
    color: #6ff4ff;
}
