@import url('https://fonts.googleapis.com/css2?family=Coiny&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body{
    font-family: "Coiny", system-ui;
    background-color: rgb(0, 0, 34);
}
header {
    position: relative;
    text-decoration: none;
    color: rgb(219, 210, 198);
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    background-color: rgb(0, 148, 198);
    border-radius: 10px;
    padding: 10px;
}

header a {
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
    padding: 5px;
    background-color: rgb(0, 18, 66);
    border-radius: 10px;
    color: rgb(219, 210, 198);
    font-size: 18px;
}
.tex{
    display: flex;
    flex-direction: column;
}
.info {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: 1rem auto;
    padding: 6px;
    background-color: rgb(0, 94, 124);
    border-radius: 10px;
    color: rgb(219, 210, 198);
    font-size: 18px;
    text-align: center;
    width: fit-content;
}
.info .png{
    display: flex;
    align-items: start;
    border-radius: 0.5rem;
}
.ciek{
text-align: start;
}
.moc{
    margin: 1rem auto;
    padding: 6px;
    background-color: rgb(0, 94, 124);
    border-radius: 10px;
    color: rgb(219, 210, 198);
    font-size: 18px;
    text-align: center;
    width: fit-content;
}
header h1{
    margin: 0;
}
header p {
    margin: 0;
    font-size: 24px;
    opacity: 0.9;
}
