

@font-face {
    font-family: police1;
    src: url(fonts/SpaceMono-Regular.ttf);
}


body {
    background-color: black;
    color: white;
    font-family: police1;
    padding-left: 2%;
}

#article {
    width: 65%;
}


h1 {
    font-size: 6vw;
    margin-top: 0px;
    margin-bottom: 100px;
    padding-top: 0px;
    font-weight: bold;
    line-height: 1;
}

h2 {
    font-size: 2vw;
    text-decoration: underline;
    text-decoration-thickness: 6px;
    line-height: 1;
    margin-top: 100px;
}

#clic {
    color: greenyellow;
    font-size: 2vw;
    text-decoration: underline;
    text-decoration-thickness: 6px;
    margin-left: 5%;
}

#ex {
    font-size: 3vw;
}

span {
    color: greenyellow;
}



/* SMARTPHONE MODE PORTRAIT */
@media screen and (orientation: portrait) {

    
#article {
    width: 98%;
}


h1 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 100px;
    padding-top: 0px;
    font-weight: bold;
    line-height: 1;
}

h2 {
    font-size: 30px;
    text-decoration: underline;
    text-decoration-thickness: 6px;
    line-height: 1.1;
    margin-top: 100px;
}

#clic {
    color: greenyellow;
    font-size: 30px;
    text-decoration: underline;
    text-decoration-thickness: 6px;
    margin-left: 5%;
}


img {
    width: 100%;
}

#ex {
    font-size: 30px;
}
   

}