body{
    background-color: rgb(255, 255, 255);
    background-image: url("../images/greenfield.jpg");
    background-size: contain;
    background-size:600px;
    background-attachment: fixed;       
 
}


.container{
    position:absolute;
    top:55%;                                           
    right:50%;  
    left:50%;             
    bottom:40%;          
    margin-top: 30px;                              
    transform: translate(-50%, -50%);
 
    min-width:10px; 
    max-width:850px;

    height:10in;
    display:grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: 150px 40px 1fr;

    border-color: rgba(168, 25, 113, 0.116);
    padding:20px;
    min-width: 500px;
    box-shadow: 0px 0px 10px 10px rgba(12, 88, 12, 0.596);
    background-color: rgb(214, 226, 236);
    border-radius:10px;
    background-image: url("../images/cardboard.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position-x: center;
    opacity:1;   
    position:relative;


}

@media (max-height: 900px) {       
    .container{     
        top:65%;                                              
    }

} 

@media (max-height: 650px) {  
    .container{
        top:80%;                                                 
    }}

.one{
    opacity:1;  
    display:flex;
    justify-content: center;
    align-items: center;
    grid-column:1 / span 12 ;
    border-radius: 10px;
    padding:10px;
    border-width: 1px;
    margin-bottom:10px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px 5px rgba(87, 8, 8, 0.418);
   

}

.hi{
    grid-column: 1 / span 12;
    border-style: double; 
    border-width: 1px;
    border-radius: 10px;
    padding:10px;
    display:flex;
    justify-content: center;
    border-color: rgb(0, 0, 0);
    font-size: large;
    



}





.main{


    grid-column:1 / span 12;
    display:grid;
    grid-template-columns: 2in 1fr;
}

.nav{

    
    margin: 10px 0;
    border-radius:0px;
    background-color: aliceblue;
    z-index: 4;
    background-image:url(../images/graphpaper.jpg);
    background-position: center;
    background-size: cover;
    padding:10px;

    box-shadow: 0px 10px 20px rgba(95, 42, 18, 0.76);

}

.intro{
        border-style:solid;
    border-width: 0px;
    border-radius: 0px;
    margin: 10px 0 10px 0;
    margin-left: 10px;
    background-image: url(../images/yellowpaper.jpg);
    background-position: center;
    box-shadow: 0px 10px 20px rgba(80, 64, 20, 0.76);
    padding:10px;
    display:flex;
    flex-direction: column;
    justify-items: center; 

}

.sticky{
    max-height: 100%;
    height:250px;
    margin:10px;
    position:relative;
    width:250px;
}

.friends{
    display:flex;
    justify-content: center;
    column-gap: 10px;
    font-size: 110%;

}


.scroll{
    margin-top:auto;
    overflow:hidden;
    animation: floatLeft 5s linear infinite;
    height:50px;    
} 
