*{
    margin: 0;
    padding: 0;
    font-family: "Lucida Console", "Courier New", monospace;
    text-shadow: 2px 2px 5px beige;
}
body {
    background-image: url("Background STaRS.png");
}
a {
    color: white;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
}
h1 {
    text-shadow: 2px 2px 5px red;
    color: black;
    width: 50vw;
    height: 25vh;
    position: absolute;
    text-align: center;
    top: 10%;
    margin: 0vh 10vw;
    display: inline-block;
    font-size: 10vw;
}
p {
    display: inline;
    align-items: center;
    text-align: center;
    position: absolute;
}
span {
    color: white;
    background-color: white;
    display: inline;
}
span.MainText {
    background-color: rgba(0, 0, 128, 0.447);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3ex;
    margin: 2vh 3vw;
    padding: 1vh 2vw;
    border: 5px ridge rgb(0, 0, 255);
    flex-direction: column;
    min-height: 15vh;
}
span.contactpage {
    background-color: rgba(0, 0, 128, 0.447);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3ex;
    margin: 2vh 3vw;
    padding: 1vh 2vw;
    border: 5px ridge rgb(0, 0, 255);
    flex-direction: row;
    height: 25vh;
}
div.MainParent {
    color: white;
    min-height: 25vh;
    min-width: 30vw;
    display: flex;
    justify-content: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: x-large;
    position: relative;
}
div.TitleChild {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.Center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
div.clicky {
    min-height: 28vh;
    width: 26vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 5%;
    right: 5%;
    background-color: blue;
    border-radius: 10%;
    flex-direction: column;
}
div.clicky:hover {
    background-color: navy;
    border: 5px ridge rgb(0, 0, 255);
}
img.image {
    width:100vw;
    height:100vh;
    margin:0;
    display: flex;
    object-fit: cover;
}
img.image2 {
    height: 25vh;
    width: 25vw;
    border-radius: 10%;
    object-fit: cover;
}
img.image3 {
    height: 25vh;
    width: 80vw;
    border-radius: 3ex;
    object-fit: cover;
    position: relative;
    display: inline;
}
img.image4 {
    height: 25vh;
    width: 25vw;
    border-radius: 3ex;
    object-fit: cover;
    position: absolute;
    display: inline;
    left: 5%;
}
.title {
    background-color: darkslateblue;
    margin: 1vh 2vw;
    height: 5vh;
    width: 75vw;
    text-align: center;
    align-items: center;
    padding-top: auto;
    padding-bottom: auto;
    font-size: 4.5vh;
    border-radius: 3ex;
    border: 5px solid black;
    display: block;
    bottom: 75%;
}
.projecttext {
    background-color: transparent;
    display: inline;
    position: relative;
    width: 80vw;
    padding: 2%;
}
.projecttextb {
    background-color: transparent;
    display: inline;
    position: absolute;
    width: 60vw;
    padding: 5%;
    font-size: 2vh;
    left:30%;
}
