body{
    background-color: rgb(82, 112, 122);
}
.headimg{
    object-fit: cover;
    object-position: left;
    border-radius: 30px;
    height: 200px;
    width: 965px;
}
.title{
    text-align: center;
    font-family: Arial;
    font-size: 90px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.onas{
    font-family: Arial;
    font-size: 90px;
    margin-top: 10px;
    background-color: lightblue;
    color: darkcyan;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    width: 940px;
    display: block;
}
.headonas{
    font-family: Arial;
    font-size: 136px;
    margin-top: 20px;
    text-align: left;
    color: darkblue;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0px;
}
.onasopis{
    font-family: Arial;
    font-size: 60px;
    margin-top: 0px;
    text-align: left;
    color: black;
}
.onasstronaglowna{
    font-family: Arial;
    font-size: 136px;
    border-radius: 20px;
    background-color: lightblue;
    color: darkcyan;
    font-weight: bold;
}
.onasimg{
    margin-top: 0px;
    border-radius: 30px;
    width: 965px;
    height: auto;
}
.osoby{
    font-family: Arial;
    font-size: 70px;
    margin-top: 10px;
    text-align: left;
    color: black;
}
.filmik{
    margin-top: 20px;
    border-radius: 30px;
    height: 700px;
    width: 965px;
    background-color: black;
}
.filmikk{
    font-family: Arial;
    font-size: 50px;
    margin-top: 10px;
    text-align: left;
    color: black;
}
.youtube{
    font-family: Arial;
    font-size: 210px;
    margin-top: 10px;
    background-color: red;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    width: 940px;
    height: 250px;
    display: block;
}
.tiktok{
    font-family: Arial;
    font-size: 210px;
    margin-top: 10px;
    background-color: black;
    color: steelblue;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    width: 940px;
    height: 250px;
    display: block;
}
.filip{
    font-style: italic;
    font-size: 62px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 50px;
    display: block;
    text-decoration: none;
}
@media (min-width: 768px) {
  body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }
}
