@charset "utf-8";

body {
    background-color: #3e4444;
}

.nav {
    border: 2px solid red;
    margin: auto;
    width: 80px;
}

h4 {
    float: right;
    text-align: center;
    color: #eeeeee;
}

.header {
    width: 80%;
    height: auto;
    padding: 50px 10px 50px 10px;
    background: #250d0d;
    margin: auto;
    text-align: center;
    color: red;
}

h2 {
    
   font-size: 70px;
    color: #bbbbbb;
    opacity:0.3;
}

h2:hover {
     opacity: 1;
}

.container {
    font-family:sans-serif;
    font-weight: 900;    
}


ul {
    width: 350px;
   margin-left: 50%;
    padding:  5px;
    background: #1f1f1f;
    border-radius: 4px;
}

ul {
    position: relative;
    margin-top:  5%;
    margin-left: 50%;
    transform: translate(-43%,-40%);
    display: flex;
}

ul li {
    list-style: none;
}

ul li a {
    position:  relative;
    display: block;
    width: 40px;
    height:  40px;
    font-size: 20px;
    text-align: center;
    line-height:  40px;
    line-height:  40px;
    background: #353535;
    color:  #565656;
    text-decoration: none;
    margin:  5px;
    border-radius: 4px;
}

ul li a.active,
ul li a:hover {
    color: #fff;
    text-shadow: 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27);
}

.pont {
    margin-top: 2%;
    width: 80%;
    background-color: #eeeeee;
    top: 50%;
    margin-left: 10%;
    margin-right: 10%;
}

h3 {
    font-size: 180%;
    font-weight: 600;
    padding: 30px;
}

 p {
     font-size: 18pt;
    font-style: italic;
    background-color: #eeeeee;
  padding: 0px 30px 10px;
  margin: 0;
}

.p1 {
    font-style: normal;
    font-weight: bold;
}

details > summary {
  padding: 20px 20px 20px;
  width: auto;
    font-size: large;
    font-style: italic;
    color: blue;
  background-color: #eeeeee;
  box-shadow: 1px 1px 2px #bbbbbb;
  cursor: pointer;
}

.alairas {
    text-decoration: none;
    font-family: sans-serif;
    font-style: oblique;
    font-size: 20pt;
    padding: 0px;
    margin-left:  46%;
    margin-top: 50%; 
    color: #bbbbbb;
}

.alairas:hover {
    color: #fff;
    text-shadow: 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27);
}

.letoltes {
    text-decoration: none;
    font-family: sans-serif;
    font-style: oblique;
    font-size: 16pt;
    margin-left:  80%;
    color: #bbbbbb;
    padding-bottom: 20px;
}

.letoltes:hover {
    color: #fff;
    text-shadow: 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27);
}