@font-face{
  font-family: Hydro;
  src: url(/fonts/TagFont.otf);
}

@font-face{
  font-family: Actus;
  src: url(/fonts/RoyaltyCriminals.ttf);
}

@font-face{
    font-family: Actu_title;
    src: url(/fonts/DUNGRG__.TTF);
}


#tag{font-family: Hydro;}


#main_title{font-family: Actus;
    color: gold;

}

#article_title{
    font-family: Actu_title;
    font-size: 500%;
    padding-left: 50px;
    text-decoration: underline 1px;
    color: rgb(255, 255, 255);
}

#article_text{
    font-size: 200%;
    padding-left: 50px;
    
}

#article_image{
    font-size: 100%;
    border-style: outset;
    margin-bottom: 50px;
    
    
}


#article_box{
    border-style: outset;
    border-width: medium;
    border-radius: 8px;
    width: 50%;
    background-color: #3e2a00;
    
}

#phase_title{
    font-family: Actu_title;
    font-size: 400%;
    
}

#image_art{
    width: 100px;
    height: 100px;
}



a{text-decoration: none;}



body, h1,h2,h3,h4,h5,h6,#code_last_maj {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}
/* Set the width of the sidebar to 120px */
.w3-sidebar {width: 120px;background: #222;}
/* Add a left margin to the "page content" that matches the width of the sidebar (120px) */
#main {margin-left: 120px}
/* Remove margins from "page content" on small screens */
@media only screen and (max-width: 600px) {#main {margin-left: 0}}