body {
    background-color: aquamarine;
    border: 12px groove rgb(0, 110, 255);
    text-align: center;
    padding-top: 10px;
    font-family: 'Times New Roman', serif;
    height: 2835px;
}

h1 {
    color:rgb(0, 17, 255);
    font-size: 67pt;
    background-color: rgb(0, 255, 106);
    border: groove 5px rgb(81, 255, 0);
    width: 600px;
    padding-left: 100px;
    padding-right: 100px;
    margin: auto;
}

div {
    background-color: rgba(0, 59, 185, 0.61);
    width: 400px;
    height: 500px;
    border: 3px groove rgb(0, 255, 242);
    border-radius: 10%;
    padding-top: 10px;
    float: left;
    margin: 20px;
}


h3 {
    background: 4px rgb(0, 255, 106);
    width: 500px;
    height: 50px;
    margin: auto;
    border: groove 5px rgb(9, 255, 0) 
}

.clickable {
    max-width: 90%;
    max-height: 300px;
    border: 2px solid rgb(0, 255, 234);
    border-radius: 5%;
}

#lightbox{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.704);
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    border: none;
    border-radius: 0px;
    display: none;
    text-align: center;
}

#lightboxPic {
    height: 98%;
}

.logo {
    width: 100px;
    height: 100px;
    float: left;
    margin: 200px;
}

#logoBox { 
    width: 100%;
    margin:auto;
    margin-bottom: 0px;
    border: none;
    background-color: rgba(240, 248, 255, 0);
    display: flex;
}

#logo_web_devs {
    position: absolute;
    right: 1785px;
    width: 100px;
    margin-top: 116%;
}