*{
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: 'Courier New', Courier, monospace;
}
a{
    text-decoration: none;
    color: black;
}
.Options{
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 99vw;
    height: 10vh;
    z-index: 10;
}
.Opt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: gray;
    color: black;
}
.Options a{
    width: 20%;
    height: 100%;
}
.Opt:hover{
    background-color: white;
    color: black;
}
.UPPERFRAME{
    position: fixed;
    margin-top: 10vh;
    width: 99vw;
    height: 5vh;
    display: block;
    background-color: white;
    z-index: 11;
}
.Page{
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: white;
    justify-self: center;
    align-items: center;
    width: 99vw;
    height: 5000px;
    z-index: 6;
}
.BUFFER{
    width: 99vw;
    height: 15vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.LOWERFRAME{
    position: fixed;
    margin-top: 95vh;
    width: 99vw;
    height: 15vh;
    display: block;
    background-color: white;
    z-index: 11;
}
.Image{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 100vh;
}
.Image img{
    width: 90%;
    height: 90%;
}
.Introduction{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    height: 25vh;
    background-color: lightseagreen;
    color: black;
    text-align: center;
}
.Description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    height: 10vw;
    background-color: white;
    color: black;
    text-align: center;
}
.About{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 90%;
    height: 50vh;
    background-color: antiquewhite;
    padding: 5%;
}
.Art{
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 100vh;
    background-color: lightblue;
    padding-top: 10%;
}
.Example{
    display: flex;
    flex-direction: row;
    align-self: center;
    width: 50%;
    height: 25vh;
}
.Work{
    display: flex;
    flex-direction: row;
    width: 50%;
    height: 100%;
}
.Work img{
    display: flex;
    width: auto;
    height: 100%;
}
.Brief{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 100%;
    padding: 5%;
}