@font-face {
        font-family: pixelfont;
        src: url(VCR_OSD_MONO_1.001.ttf);
    }



body {
    background-color: rgb(32, 38, 46);
    background-image: url(num.gif);
    color: rgb(255, 255, 255);
    font-family: pixelfont;
}
.head {
    margin: 0px auto auto;
    background-color: rgba(0, 0, 0, 0.822);
    width: 860px;
    height: 100px;
    border: 2px solid rgb(150, 153, 152);
    display: grid;
    grid-template-columns: 200px, 400px, 200px;
    
}
.page {
    margin: 0px auto auto;
    width: 860px;
    height: 1500px;
    background-color: rgba(161, 180, 185, 0.575);
    background-image: url(noise.png);
    border: 2px solid rgb(150, 153, 152);
    
}

.photos {
    transform: translate(1000px, -1300px);
    position: absolute;
    margin: 100px auto auto;
    width: 200px;
    height:fit-content;
    
}
.polaroid, .polaroid2 {
    width: 200px;
    height: 243px;
    margin: 5px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.438);
    
}
.polaroid:hover {
    
    transform: rotate(6deg);
    transition: transform 0.5s ease;
}
.polaroid2:hover {
    
    transform: rotate(-6deg);
    transition: transform 0.5s ease;
}



img {

    width: 150px;
    height: 150px;
    image-rendering: pixelated;
}


.box {
    position: absolute;
    width: 700px;
    margin: 0px auto auto;
    background-color: rgb(0, 0, 0);
    display:grid;
    grid-template-rows: 200px 150px 200px;
    grid-template-columns: 200px 250px 250px;

    
}

.profile, .aboutme, .stats, .more {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 5px solid white;
    margin: 5px;
    
    padding: 10px;
    
}

.profile {
    grid-template-columns: 1 / 2;
    grid-row-start: 1
    
}


.aboutme {
    grid-template-columns: 1 / 4;
    grid-template-rows: 1 / 3;
    height: 300px;
    width: 400px;
    
    
    
}
.stats {
    grid-template-columns: 1 / 2;
    grid-row-start: 2;
    height: 100px;
}
.more {
    grid-row-start: 3;
    width: 600px;
}
.container {
    width: 600px;
    position: relative;
    margin: 120px auto auto;
}
.moniter {
    position: absolute;
    width: 800px;
    height: 800px;
}
.overlay {
    transform: translate(-105px, -90px);
    width: 850px;
    height: 880px;
    image-rendering: pixelated;
}

footer {
    height: 500px;
    background-color: transparent;
}

.bookshelf  {
    margin: 1000px auto auto;
    background-color: rgba(0, 0, 0, 0.822);
    width: 840px;
    height: 200px;
    border: 2px solid rgb(150, 153, 152);
    padding: 5px;
}
.books {
    height: 140px;
    width: 91px;
    margin-top: 0px;
    margin-left: 55px;
    
    
    
}
.books:hover {
    transform: scale(1.1);
}
h3 {
    border-bottom: 2px dotted white;
}
h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 40px;
    border: 2px dotted white;
    border-radius: 4px;
    background-color: rgb(206, 196, 184);
    color: black;
    grid-template-columns: 2 / 3;
}
.words {
    grid-column-start: 1;
    margin-top: 40px;
    text-align: center;
    text-decoration: none;
}
.words2 {
    grid-column-start: 3;
    margin-top: 40px;
    text-align: center;
    color: inherit;
    text-decoration: none;
}





