@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* Obecné stylování */
body {
    font-family: "Roboto", serif;
    margin: 0;
    padding: 0;
    background-color: #000000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    
}

a:link {
    text-decoration: none;
    color: #0077cc;
  }
  
  a:visited {
    text-decoration: none;
    color: #0077cc;
  }
  
  a:hover {
    text-decoration: none;
    color: #0077cc;
  }
  
  a:active {
    text-decoration: none;
    color: #0077cc;
  }

/* Le pigulárium*/
.profile-container {
    background-color: #141414;
    border: 1px solid #141414;
    border-radius: 10px;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    box-shadow: 0px 0px 10px 10px #141414;
}
.profile-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}
.profile-info {
    margin-bottom: 20px;
}
.profile-info h1 {
    margin: 10px 0;
    font-size: 24px;
    color: #0077cc;
}
.profile-info p {
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.5;
}
.quote {
    font-style: italic;
    color: #555;
}
.details {
    text-align: left;
    margin-top: 20px;
}
.details h2 {
    font-size: 20px;
 color: #0077cc;
    margin-bottom: 10px;
}
.details ul {
    list-style-type: none;
    padding: 0;
}
.details ul li {
    margin: 5px 0;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    margin-top: 2em;
  }
/* olizování palce */
footer {
    margin-top: 20px;
}
.back{
    font: bold;
    
}   