body {
    background-image: url(portfolio/thumbnails/grid.jpg);
    background-position: top;
    background-repeat: repeat;
    font-family: 'Days One', sans-serif;
    font-size: 30px;
    overflow-x: hidden;
}
.namebox, .infobox1, .infobox2, .infobox3, .homebox, .name, .info1, .info2, .info3, .home, .about, .aboutbox {
    position: absolute;
}
.namebox, .infobox1, .infobox2, .infobox3, .aboutbox, .homebox {
    background-color: white;
    padding: 0px;
    width: 70%;
    height: 30%;
}
.namebox, .infobox1, .infobox2, .infobox3 {
    box-shadow: 0.5em -0.5em rgb(0, 255, 0);
}
.infobox1, .infobox2, .infobox3 {
    border: 6px solid black;
}
.name, .info1, .info2, .info3 {
    bottom: -10px;
    right: -6px;
}
.info1, .info2, .info3 {
    text-align: right;
}
.namebox {
    max-width: 25vw;
    max-height: 25vh;
    top: 10%;
    right: 10%;
    border: 6px solid rgb(0, 255, 0);
    -webkit-text-fill-color: rgb(0, 255, 0);
}
.infobox1 {
    max-width: 20vw;
    max-height: 35vh;
    top: 25%;
    right: 50%;
    z-index: 2;
}
.infobox2 {
    max-width: 30vw;
    max-height: 35vh;
    top: 45%;
    right: 20%;
}
.infobox3 {
    max-width: 30vw;
    max-height: 15vh;
    top: 80%;
    right: 35%;
}
.aboutbox, .homebox {
    font-size: 1.2rem;
    background-color: white;
    width: 70%;
    height: 30%;
}
.about, .home {
    writing-mode: vertical-rl;
    top: -2%;
}
.aboutbox {
    -webkit-text-fill-color: rgb(0, 255, 0);
    border: 3px solid rgb(0, 255, 0);
    left: 8%;
    bottom: 10%;
    max-width: 10vw;
    max-height: 10vh;
    box-shadow: 0.3em -0.3em rgb(0, 255, 0);
    z-index: 2;
}
.about {
    right: -6px;
    transform: rotate(180deg);
}
.homebox {
    -webkit-text-fill-color: black;
    border: 3px solid black;
    left: 5%;
    bottom: 5%;
    max-width: 5vw;
    max-height: 20vh;
    box-shadow: 0.3em -0.3em black;
}
.home {
    left: -8px;
}
.homebox:link, .homebox:visited{
    -webkit-text-fill-color: black;
}
.homebox:hover {
    border-color: rgb(238, 255, 0);
    -webkit-text-fill-color: rgb(238, 255, 0);
    box-shadow: 0.7em -0.7em rgb(238, 255, 0);
}
@media (max-height: 399px) {
    .name, .info1, .info2, .info3, .about, .home {
        font-size: 50%;
   }
}
@media (min-height: 400px) and (max-height: 549px) {
    .name, .info1, .info2, .info3, .about, .home {
        font-size: 70%;
   }
}
@media (min-height: 550px) and (max-height: 600px) {
    .name, .info1, .info2, .info3, .about, .home {
        font-size: 80%;
   }
}
@media (min-width: 768px) and (max-width: 1010px) {
    .name, .info1, .info2, .info3, .about, .home {
        font-size: 80%;
   }
}
@media (min-width: 479px) and (max-width: 767px) {
    .infobox1, .infobox2, .infobox3, .namebox {
        position: relative;
        width: 60vw;
        max-width: 70vw;
        margin: 20px auto;
        height: 30vh;
        bottom: 0;
        right: 0;
        display: block;
   }
    .name, .info1, .info2, .info3, .about, .home {
        font-size: 85%;
   }
    .homebox, .aboutbox {
        position: relative;
        width: 30vw;
        max-width: 40vw;
        margin: 20px auto;
        height: 20vh;
        bottom: 0;
        right: 0;
        display: block;
   }
}
@media (max-width: 480px) {
    .infobox1, .infobox2, .infobox3, .namebox {
        position: relative;
        width: 80%;
        max-width: 80%;
        margin: 20px auto;
        height: 30vh;
        bottom: 0;
        right: 0;
        display: block;
   }
    .name, .info1, .info2, .info3, .about, .home {
        font-size: 70%;
   }
    .homebox, .aboutbox {
        position: relative;
        width: 25vw;
        max-width: 30vw;
        margin: 20px auto;
        height: 20vh;
        bottom: 0;
        right: 0;
        display: block;
   }
}