* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100vh;
    background: #7c7fe4 no-repeat;
    background-size: cover;
    background-position: center;
}

input[type="checkbox"] {
    display: none;
}

label .nav {
    height: 60px;
    width: 80px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    position: fixed;
    top: -7px;
    left: -20px;
    border: 3px solid #fff;
    text-indent: 15px;
    cursor: pointer;
    z-index: 1;
}

ul {
    display: flex;
    justify-content: center;
    list-style: none;
    background: #000;
    position: fixed;
    top: 0;
    width: 100%;
    transform: scaleX(1);
    transform-origin: left;
    transition: .4s;
}

ul li {
    padding: 15px;
}

ul li a {
    text-decoration: none;
    color: #fff;
    padding: 5px;
    background-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    background-repeat: no-repeat;
    background-position: top, bottom;
    background-size: 100% 0%;
    transition: .5s;
}

ul li a:hover {
    background-size: 100% 100%;
    color: #000;
}

#navbar:checked ~ ul {
    transform: scaleX(0);
}

.czeto {
    position: absolute;
    top: 15%;
    left: 5%;
    transform: translate(-50% -50%);
    width: 700px;
}

.goverment {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 70px;
    font-family: Impact, sans-serif;
}

.button {
    position: absolute;
    top: 65%;
    left: 55%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: Impact, sans-serif;
    font-size: 30px;
    border: 3px solid #fff;
    background: #00000000;
    padding: 10px 20px;
    transition: .3s;
}

.button:hover {
    transform: translate(-50%, -60%);
}

.wszystkie {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: Impact, sans-serif;
    font-size: 40px;
    white-space: nowrap;
}

.ministry {
    position: absolute;
    top: 145%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 25px;
}

.governmentflaga {
    position: absolute;
    top: 110%;
    left: 75%;
    transform: translate(-50% -50%);
    width: 400px;
}

.palac {
    position: absolute;
    top: 190%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: Impact, sans-serif;
    font-size: 50px;
    white-space: nowrap;
}

.fotkauryadu {
    position: absolute;
    top: 200%;
    left: 5%;
    transform: translate(-50% -50%);
    width: 1000px;
}

.oleksandr {
    position: absolute;
    top: 250%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-size: 25px;
    white-space: nowrap;
}

.govermentflaga {
    position: absolute;
    top: 205%;
    left: 65%;
    transform: translate(-50% -50%);
    width: 500px;
}