body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background-color: #0077b6;
    color: white;
    text-align: center;
    padding: 20px;
}

section {
    padding: 20px;
    margin: 10px;
    background-color: white;
    border-radius: 10px;
}

h2 {
    color: #0077b6;
}

.skills ul {
    list-style-type: square;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #023e8a;
    color: white;
}
nav > a {text-decoration: none;
         color:black;
         font-size: 0.9em;
         border-right: solid black 3px;
         padding-right: 10px;
         margin-right:20px;
         }


         @media (max-width:480px){
    header{display: inline;}
    nav{display: flex;
        flex-direction: column;
        gap:10px}
nav > a {border:solid black 3px}   }  
header{display: flex;
    justify-content: space-between;}
    
.prechod-farieb{ 
text-align:justify;
background: linear-gradient(90deg, rgb(10, 190, 16), blue, rgb(225, 23, 114)); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;}
    