body {
    margin: auto;
    font-family: Arial, sans-serif;
    background-repeat: inherit;
    background-image: url('../images/squarepattern.png' );
    background-size: fill;
    max-width: auto;
}
*{
    box-sizing: border-box;
}

header {
    background-color: #88365c;
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    text-align: center;
}
header h2{
    display: flex;
    flex-direction: row;
    color: white;
    text-decoration: none;
    width: 90%;
    justify-content: center;
    padding: 20px 0px 0px;
}
header a:hover{
    text-shadow: 2px 2px 5px black;
    
}
header a{
    color: white;
    text-decoration: none;
    width: auto;
}
header h1{
    padding: 20px 0px 0px;
    width: 100%;
    position: sticky;
}

.hero {
    margin: auto;
    width:45%;
    display: flex;
    align-items: end;
    justify-content: center;
    color: black;
    background-color: white;
    max-width: fit-content;

    border-left: #f859de 4px solid;
    border-right: #f859de 4px solid;   
}
.hero h1{
    display: flex;
    padding: 20px;
    position: absolute;
    margin: auto;
    color: rgb(255, 255, 255);
    max-width: fit-content;
}
.hero img{
    width: 80%;
    margin: auto;
    border: #f859de 4px solid;
    
}
.hero h2 {
    font-size: 2.5em;
    margin: auto;
}

.About{
    display: flex;
    align-items: center;
    width: 45%;
    margin: auto;
    min-width: 45%;
    max-width: auto;
    flex-direction: column;
    background-color: white;
    max-width: fit-content;

    border-left: #f859de 4px solid;
    border-right: #f859de 4px solid;
}

.About p{
    width: auto;
    font-size: 15px;
    text-align: center;
    padding: 5%;
    margin: auto;
    display: flex;
    flex-direction: column;
    max-width: fit-content;
    min-width: auto;
}

.resume{
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
    min-width: 90%;
}
.resume a{
    font-size: 20px;
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
    padding: 20px 20px 20px;
    border: #f859de 4px solid;
    border-radius: 20px;
    width: 20%;
    background-color: #ee9dd3;
    color: black;
    text-decoration: none;
}
.resume img{
    border: #f859de 4px solid;
    width: 50%;
    justify-content: center;
    margin: auto;
    min-width: 50%;
    
}



.certs{
    margin: auto;
    text-align: center;
    color: black;
    background-color: white;
    border: #f859de 4px solid;
    margin: auto;
    width: 50%;
}
.certs h1{
    margin: auto;
    padding: 20px;
    font-size: 30px;
}
.certiport{
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
    background-color: white;
    border: #f859de 4px solid;
    width: 90%;
    min-width: 50%;
}
.certiport a{
    font-size: 20px;
    display: flex;
    flex-direction: column;
    margin: 10px auto 10px;
    text-align: center;
    padding: 20px 20px 20px;
    border: #f859de 4px solid;
    border-radius: 20px;
    width: 70%;
    background-color: #ee9dd3;
    color: black;
    text-decoration: none;
}
.certiport img{
    width: 80%;
    min-width: 50%;
    margin: auto;
    border: #f859de 4px solid;
    max-width: 100%;
}


.projects{
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 50%;
    background-color: white;
    border: #f859de 4px solid;
}

.projects h1{
    text-align: center;
    margin: auto;
    color: black;
    width: auto;
    padding: 10px;
}

.figma p{
    text-align: center;
    margin: auto;
    color: black;
    width: auto;
    padding: 10px;
}

.figma{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.figma img{
    width: 95%;
    margin: auto;
    border: #f859de 4px solid;
}

.figma iframe{
    margin: auto;
    width: 90%;
    height: 500px;
    border: #f859de 4px solid;
}

.posters{
    width: 100%;
    background-color: white;
    border-top: #f859de 4px solid;
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
}
.posters img{
    width: 95%;
    margin: auto;
    border: #f859de 4px solid;
    align-items: center;
}

.posters p{
    text-align: center;
    margin: auto;
    color: black;
    width: auto;
    padding: 10px;
}
.designs{
    display: flex;
    margin: auto;
    flex-direction: column;
    text-align: center;
}
.images{
    width: 100%;
    margin: auto;
    text-align: center;
}

.images img{
    width: 90%;
}

.photography{
    margin: auto;
    width: 90%;
    text-align: center;
}
.SevenDimages{
    width: 95%;
    margin: auto;
}

.SevenDimages img{
    width: 100%;
}