html, body {
    width: 100%;
    height: 100%;
    font-family: monospace;
    text-align: center;
    font-size: 8pt;
    padding: 0;
    margin: 0;
    background-color: black;
}
main {
    width: 80%;
    margin: 0 auto;
    background-color: black;
}


#profile_picture {
    border: 1px solid white;
    margin: 0 auto;
    width: 45%;
    height: 450px;
    background-image: url("../../images/lepsi.jpg");
    background-size: cover;
    background-position-y: -30px;
    background-repeat: no-repeat;
}
#header-text {
    text-align: center;
}

.buttonbuttonpc {
    width: 120px;
    height: 130px;
    border: 1px solid white;
    color: whitesmoke;
    margin: 10px;
    background-color: black;
    margin-top: 0;
    margin-bottom: 20px;
    box-shadow: 8px 6px 0px 0px white;
    transition-duration: 1s;
}
.czflag {
    width: 65px;
    height: 40px;
    background-image: url("../../images/czflag.jpg");
    background-size: cover;
    margin-bottom: 10px;

}
#change-language{
    position: fixed;
    left: 0;
}
.enflag {
    width: 65px;
    height: 40px;
    background-image: url("../../images/enflag.png");
    background-size: cover;

}


.buttonbuttonpc:hover{
    background-color: white;
    color: black;


}

.button-text {

    text-align: center;
    margin-top: 50%;
    font-size: 10pt;

}
footer {
    width: 95%;
    color: white;
    padding-bottom: 100px;
    margin: 0 auto;
    margin-top: 50px;
    bottom: 0;
    font-size: 10pt;
    background-color: black;

}
.whatsapp {
    color: #7fdb37;
}

main {

    display: flex;
    flex-wrap: wrap;


}
.footer-text {

    text-align: center;
    margin: 0 auto;

}
a {
    text-decoration: none;

}

header {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 500px;
    margin: 0 auto;
    position: relative;

    margin-bottom: 10px;
    background-color: black;
    width: 76%;
    color: white;


}
#header-title {
font-size: 4pt;
}
#header-text {
    font-size: 5pt;
    margin-bottom: 0px;

}
#buttons {

    display: flex;
    width: 50%;
    position: relative;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 5px;
    border:1px solid black;

}