/*Hej och välkommen till mitt andra försök av att göra detta, mashallah*/
/*Standard Margin är 30px tycker jag*/

/*Here be stuff*/

h1  {border-style:ridge;
     border-width:10px;
     border-color:rgb(250,150,220);
     text-align:center;
     margin-left:30px;
     margin-right:30px;
     color:white;
     background-color:rgb(190,215,255);
     padding-top:10px;
     padding-bottom:10px;
     }
    
h3 {color:red;
    font-weight:bold;
    }

p {color:navy;
   }
   
ul,ol {color:rgb(90,180,250);
       }
       

    
/*Here be classes and general stuff that applies to the majority of elements*/

.border {border-style:ridge;
         border-width:10px;
         border-color:rgb(250,150,220);
         }
         
.text-center {text-align:center;}
         
.margin-30 {margin:30px;
            }
         
.float-left {float:left;
             }

.main1,#chillassar-bild,#link-map1{margin:30px;
        border-color:rgb(250,150,220);
        position:relative;
        border-style:ridge;
        border-width:10px;
        background-color:rgb(255,200,240);
        }
        
.p-main {margin:30px;
         border-color:rgb(250,150,220);
         border-style:ridge;
         border-width:10px;
         background:white;
         text-align:center;
         }
         
.links-top {margin:30px;
            }

.p-main-inside {margin:30px;
                text-align:left;
                }
              
.bottom {text-align:center;
         font-weight:bold;
         color:red;
         }
  
.top-gifs {margin-left:30px;
           }
  
.size15 {font-size:15;}
    
           
.size11 {font-size:11;}

.pos-rel {position:relative;
             }
            
.pos-abs {position:absolute;
          }            
        
/*Here be individual Classes that are specific to only a few elements*/

.p1 {margin-left:460px;
     margin-right:200px;
     }

.p-list {font-weight:bold;
         }
         
.map1  {height:150px;
        width:300px;
        background-position:center;
        background-size:500px 300px;
        margin:30px;
        }
  
.link-map1 {margin:-10px;
            font-weight:bold;
            background-color:white;
            border-bottom-right-radius:50px;
            margin-right:100px;
            }  
            
.section1 {height:500px;
           }            
            
.link-map1-inside {font-size:15px;
                   margin-left:10px;
                   }
            
.h1-images {position:absolute;
            top:0;
            right:0;
            }
           
.h1-images2 {position:absolute;
             top:0;
             left:0;
             }
             
.links-images {position:relative;
               margin-left:15px}
              
/*GOJUL*/
.jolly {background-color:white;
        color:green;
        text-align:center;
        position:relative;
        }        
/*GOJUL*/              
             
/*Here be individual elements and IDs*/

#link-artfight {position:absolute;
                top:0;
                left:-20px;
                }
                
#link-tiktok {position:absolute;
              left:57px;
              }
              
#link-discord {position:absolute;
               left:12%;
               bottom:-3px;}
                  
#BART-bild {float:right;
            margin-right:30px;
            margin-top:20px;
            }

#p1-margintop {margin-top:50px;
               }

#pi {font-style:italic;
     color:rgb(200,0,200);
     font-weight:bold;
     }
     
#pn {color:rgb(0,150,0);}
            
#yeah {color:rgb(200,0,200);
       font-weight:bold;
       }

#chillassar-bild {float:left;
                  background-color:white;
                  height:500px;
                  }

#p-assmar {text-align:center;
           }

#h1-pos {position:relative;
         }

#map1-image {background-image:url(images/torsten.png);
             }
             
#torsten-border-left {border-right:10px;
                      border-right-style:ridge;
                      border-color:rgb(250,150,220);
                      }
                      
#p-margin-left {margin-left:730px;
                }                  
                
#G {font-size:50px;
    float:left;
    margin-top:-6px;
    }  
    
#p-margin-right {margin-right:500px;
                 }
                 
#kol {position:absolute;
      top:10px;
      left:10px;
      }                 
