.header, .bannertext, .footertext {
    border-bottom: 1px rgb(115, 115, 115) solid;
    padding: 30px;
    color:aliceblue
} 
.header{
    position: fixed;
    width: 100%;
    background-color: rgb(0, 0, 1);
    background-size: 75% 100%;
    background-image: url("../Images/SpaceBanner.png");
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 50;
    color:aliceblue
    
}

.header > .link{
    font-family: "Rosie Brown Serif Demo", serif;
}

body{
    background-color: rgb(0, 0, 1);
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color:aliceblue;

}


.spacer{
    display:flex;
    justify-content: space-between;
    padding: 270px 100px;

}
.discription{
    font-size: 50%;
    align-items: center;
    display: flex;
    margin-right: 300px;
    width:600px;
    
}
/* New layout: name-wrapper holds two same-size squares (cube image and text square) */



/* Place cube behind the Lorem Ipsum description */
.discription{
    position: relative;

    /* border:1px solid black; */
}

.discription > .cube{
    position: absolute;
    width: 320px;
    height: 320px;
    object-fit: contain;
    z-index: 1;
    /* place the cube farther away from the text (more offset up-left) */
    top: -120px;
    left: -120px;
}

.discription > p{
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 5em;
}
.name-square{
    /* position: absolute; */
    width: 800px;
    height: 640px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgb(0, 0, 1);
    margin-left: 100px;
}

.name-square p{
    margin: 0;
    font-size: 4rem;
    line-height: 1;
}

a > img{
    height: 50px;
    position: relative;
    z-index: 51;
}

.header > .logo-text {
    float: left;
    padding: 0px 10px;
    font-size: 1.5em;
    position: relative;
    z-index: 51;
}

.header > .link {
    float: right;
    padding: 0px 10px;
    font-size: 1.5em;
    position: relative;
    z-index: 51;
}

.footertext{
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;

    background-color: rgb(0, 0, 54);
    padding: 0px;
    margin:0px
}
.footertext > p {
    padding: 0px;
    margin:0px
}
.projects{
    /* height: 400px; */
    display: flex;
    justify-content: space-between;
    /* padding: 10% */
    padding: 0% 10%
}
.projects > .project{
    width: 500px;
    height: 500px;
    margin: 10px;
    border: 10px solid black;
    background-color:rgb(255, 255, 255)

}
h1{
    text-align: center;
    font-size: 4em;
}

.title{
    padding-bottom: 100px;
}
.resume{
    text-align: center;
    height: 1150px
}
.resume > div{
    display: flex;
    justify-content: center;

    /* border: 1px solid black;
    height:4000px */
}
.resume > div > p{
    padding: 60px;
    width:320px
}
/* *{
    border: 1px black solid;
} */
a{
    color:aliceblue;
    text-decoration: none;
}

.header-slogan {
    float: left;
    padding: 0px 30px;
    font-size: 1.2em;
    position: relative;
    z-index: 51;
    color: aliceblue;
    text-align: center;
    margin-left: 20px;
}

.footer {
    background-color: rgb(0, 0, 54);
    border-top: 1px rgb(115, 115, 115) solid;
    padding: 30px;
    text-align: center;
    color: rgb(100, 100, 200);
    font-size: 0.9em;
    margin-top: 60px;
}

.footer p {
    margin: 0;
}




