*{
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: 'Courier New', Courier, monospace;
    scroll-behavior: smooth;
}
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: 25%;
    height: 100%;
    z-index: 10;
}
.UPPERFRAME{
    position: fixed;
    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: auto;
    background-color: antiquewhite;
    padding: 5%;
    padding-bottom: 10vh;
}
.Art{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    height: auto;
    background-color: lightblue;
    padding: 5%;
}
.Example{
    display: flex;
    flex-direction: column;
    width: 25vw;
    height: auto;
    justify-items: center;
    background-color: lightseagreen;
    margin-bottom: 10vh;
    margin-left: 5vw;
    margin-right: 5vw;
    border-width: 10%;
    border-color: black;
    border-style: solid;
}
.Work{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 25vw;
    border-color: black;
    border-width: 10%;
    border-style: solid;
}
.Work img{
    display: flex;
    width: 100%;
    height: auto;
}
.Brief{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    width: 100%;
    height: 10vh;
}
.Projects{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    height: auto;
    background-color: cornflowerblue;
    padding: 5%;
}
#SCR{
    position: fixed;
    width: 99vw;
    height: 100vh;
    background-color: gray;
    opacity: 0.9;
    z-index: 12;
}
.Information{
    position: fixed;
    justify-self: center;
    background-color: white;
    padding: 5%;
    margin-top: 15vh;
    width: 50vw;
    height: 50vh;
    overflow-y: scroll;
    border-style: groove;
    border-color: black;
    border-width: 5px;
    z-index: 13;
}
.Information img{
    width: 100%;
}
.Exit{
    position: fixed;
    flex-direction: column;
    justify-content: center;
    justify-self: center;
    width: 50vw;
    height: 10vh;
    background-color: coral;
    text-align: center;
    margin-top: 75vh;
    border-color: black;
    border-style: solid;
    border-width: 5%;
    z-index: 13;
}
.Opener{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 75%;
    height: 25%;
    font-weight: bold;
    background-color: lightcoral;
    align-self: center;
    border-color: black;
    border-width: 10%;
    border-style: solid;
}