html, body {
    font-family: helvetica;
    height: 90%;
    background-color: #FFF8DA;
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

hr {
    border-top: 2px solid black;
    margin-top: 2.5%;
    width: 100%;
}


.navigation {
    margin: 2.5%;
    border: 2px solid black;
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20%;
}


.home-button {
    margin-top: 22%;
    margin-left: 7.5%;
    width: 85%;
    height: 10%;
    background-color: #3b241a;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    gap: 50%;
    transition: background-color 0.3s ease;
}

.home-button:hover {
    background-color: #9D887E;
}

.archive-button {
    margin-left: 7.5%;
    width: 85%;
    height: 10%;
    background-color: #3b241a;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50%;
    transition: background-color 0.3s ease;
}

.archive-button:hover {
    background-color: #9D887E;
}

.contact-button {
    margin-bottom: 22%;
    margin-left: 7.5%;
    width: 85%;
    height: 10%;
    background-color: #3b241a;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50%;
    transition: background-color 0.3s ease;
}

.contact-button:hover {
    background-color: #9D887E;
}


.container {
    width: 68%;
    height: 90%;
    position: absolute;
    top: 10%;
    left: 30%;
    gap: 10%;
}

/*website*/
.ainsley-website-frame {
    position: absolute;
    background-color: #3b241a;
    width: 100%;
    height: 20%;
    top: 2%;
}

.website-img {
    position: absolute;
    top: 30%;
    left: 5%;
}

.project-name-website {
    position: absolute;
    color:#FFF8DA;
    top: 30%;
    left: 20%;
}


/*pos quote generator*/
.ainsley-quote-frame {
    position: absolute;
    background-color: #3b241a;
    width: 100%;
    height: 20%;
    top: 25%;
}

.quote-img {
    position: absolute;
    top: 30%;
    left: 5%;
}

.project-name-quote {
    position: absolute;
    color:#FFF8DA;
    top: 30%;
    left: 20%;
}

/*elevator*/
.ainsley-elevator-frame {
    position: absolute;
    background-color: #3b241a;
    width: 100%;
    height: 20%;
    top: 48%;
}

.elevator-img {
    position: absolute;
    top: 30%;
    left: 5%;
}

.project-name-elevator {
    position: absolute;
    color:#FFF8DA;
    top: 30%;
    left: 20%;
}

/*ttt*/

.ainsley-ttt-frame {
    position: absolute;
    background-color: #3b241a;
    width: 100%;
    height: 20%;
    top: 71%;
}

.ttt-img {
    position: absolute;
    top: 30%;
    left: 5%;
}

.project-name-ttt {
    position: absolute;
    color:#FFF8DA;
    top: 30%;
    left: 20%;
}