body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
    width: 100%;
    background-image: url(mess/deluge.png);
  background-repeat: no-repeat; 
background-attachment: fixed;
background-position: center; 
background-size: cover; 
  background-color:black;
}

.p2,h5,.p3,h6,.link {
  font-family: helvetica;
}

main {
  display:flex;
    flex-direction:column;
height: 100vh;
}

.pagecontent {
display: flex;
  padding-top:100px;
    padding-bottom: 100px;
    justify-content: space-around;
}

.dashboard {
grid-column: 1;
grid-row: 1;
}

nav a {
  color: white;
} 

.link {
 align-items: center;
	list-style: none;
	margin-top: 15px;
  display:flex;
flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-around; 
font-family: 'Sable', sans-serif;
  -webkit-text-stroke: 0.2px white;
font-size:20px;
}

a:hover{
  color:red;
text-decoration-line: overline underline;
}

#grid{
 /** display: grid;**/
  justify-content: space-around;
  grid-template-columns: 200px 650px;
  grid-template-rows: 500px;
  grid-row-gap: 40px;
    box-sizing: border-box;
}

#likes{
  grid-row-start:3;
  grid-row-end:4;
  grid-column-start:1;
  grid-column-end:2;
    margin-left: 10px;
}

#dis{
  grid-row-start:3;
  grid-row-end:4;
  grid-column-start:2;
  grid-column-end:3;
    margin-left: 10px;
}

.um{
 grid-row-start:4;
  grid-row-end:4;
  grid-column-start:1;
  grid-column-end:2;
  margin-left:10px;
}

.um2{
 grid-row-start:4;
  grid-row-end:4;
  grid-column-start:2;
  grid-column-end:3;
  margin-left:10px;
}

.um3{
 grid-row-start:4;
  grid-row-end:4;
  grid-column-start:3;
  grid-column-end:4;
  margin-left:10px;
  text-align:center;
}

#intro{
grid-row:1;
grid-column:2;
 	background-image: url(about/in2.png);
display:grid;
  grid-template-rows: 50px 250px 150px 100px;
  grid-template-columns: 220px 220px 220px;
}


#info{
grid-row:1;
grid-column:3;
background-image: url(sus/info.png);    
  text-align: center;
}

#learn{
grid-row:2;
grid-column:3;
  background-color:red;
    text-align: center;
}

h2{
   margin:5px;
    font-size: 15px;
}

h3{
  color:white;
  font-size:28px;                           margin:10px;                    text-align:center;
font-family: 'Fraktur Shadowed', sans-serif;
    grid-row-start:1;
  grid-row-end:2;
  grid-column-start:2;
  grid-column-end:3;
}

p,.p4 {
  color: white;
  opacity: 1;
  white-space: wrap;
  font-size: 15px;
  line-height: 1;
  margin: 10px;
font-family:'DEC Terminal Modern', sans-serif;
}

.p2 {
font-size:13px;
font-family: 'DEC Terminal Modern', sans-serif;
 color:white;
 background-color: #000000c1;
  border-radius: 5px;
  padding: 5px;
}

.p3, .p3 a{
  list-style: none;
  color: white;
    word-wrap: break-word;
  font-size: 2rem;
font-family: 'Bitling sulochi calligra', sans-serif;
}

.p4{
    grid-row-start:2;
  grid-row-end:3;
  grid-column-start:1;
  grid-column-end:4;
  
}


.container,
 h5{
  color: black;
	font-size: 1rem;
line-height:1.8;
}

h5{
   background: rgba(255, 255, 255, 0.4);
   border-radius:1px;
    padding:10px;
}

#img1{
  grid-row:1;
    grid-column:1;
}

.gifs {
  align-items: center;
  list-style: none;
  font-family: firstplace;
  line-height: 5rem;
    line-height: 1;
    margin-left: 10px;
  grid-row-start:3;
  grid-row-end:4;
  grid-column-start:3;
  grid-column-end:4;
}

.button {
  width: 88px;
  font-size: 10px;
  background-color: white;
  color: black;
  height: 21px;
  margin-bottom: 10px;
}

.images{
  display:flex;
  flex-direction: column;
    justify-content: space-around;
}

#socials{
  line-height:30px;
}

#socials a{
color:white;
text-decoration:none;
}

#socials img{
     transform: scale(1);
    transition: transform .5s; 
  }
  
#socials img:hover{
    transform: scale(1.2);
    transition: transform .5s;
  }
  
#socials a:hover{
  text-decoration:underline;
  }

@media (max-width: 810px) {
  #grid {
    grid-template-columns: 1fr 3fr;
        grid-column-gap: 5px;
  }}
  
  @media (max-width: 412px) {
  #grid {
    grid-template-columns: 100px 140px 90px;
    grid-column-gap: 5px;
  }}
    
    p {
  color: white;
  font-size: 13px;
  line-height: 1;
      margin:0;
}

    .dashboard {
  margin-left: 10px;
  margin-right: 10px;
    }