@font-face {
    font-family: 'LeagueGothic';
    src: url('./fonts/LeagueGothic-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FFF_Tusj';
    src: url('./fonts/FFF_Tusj.ttf');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
}

body {
    background-image: url("./images/web-design-ge0a2aa1a4_1920.jpg");
    background-repeat: no-repeat;
}

#flex-tout {
    display: flex;
    flex-direction: row-reverse;
    margin-left: 1.5%;
}

.cv {
  width: 100%;
}

.image-deco{
    margin-top: 40px;
    height: 980px;
}

.profil {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 50px;
}

.competence {
    display: flex;
    justify-content: space-around;
}

.competence div {
    width: 30%;
    max-width: 600px;
    text-align: justify;
}

.competence div:nth-child(1) li {
    margin-right: 40px;
}

.competence h2{
    text-align: center;
    margin-bottom: 20px;
}

.profil h1 + h2 {
    text-align: center;
}

h2 {
    font-size: 3em;
    border: 3px white solid;
    background-color: black;
    color: white;
    font-family: "LeagueGothic", Arial, Helvetica, sans-serif;
}

h1 {
    font-family: "FFF_Tusj", Arial, Helvetica, sans-serif;
    font-size: 5em;
}

.linkcv {
    padding: 20px;
    text-align: center; 
}

.link{
    background-color: #000000;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
}

.link:hover{
    color: red;
}

ul {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
    width: 91%;
    background-color: rgba(0, 0, 0, 0.253);
    color: white;
    text-shadow: 3px 3px 3px black;
    backdrop-filter: blur(40px);
    border-radius: 10px;
}

li{
    padding: 5px;
}

span {
    font-weight: bold;
    color: rgba(4, 4, 90, 0.625);
    text-shadow: none;
}

.linkred{
    color:white;
}

h1 + h2 {
    font-weight: normal;

}

img{
    border-radius: 80px;
}

a {
    text-shadow: none;
    text-decoration: none;
    color: cyan;
}

a:hover {
    color: blue;
}
