* {
    margin: auto;
}
body {
    background-image: url("files/get\ papiezed.gif");
}
.menu {
    width: 100%;
    background-color: gold;
    border-bottom: black solid 3px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 40px;
    height: 60px;
    display: flex;
}
.menu img {
    width: 45px;
    border-radius: 3px;
}
.logo {
    height: 45px;
    float: left;
    margin-left: 160px;
}
ul {
    list-style-type: none;
    float: right;
    margin-right: 160px;
}
.list li {
    color: black;
    border-right: 2px solid black;
    float: left;
    padding: 0 30px 0 30px;
    letter-spacing: 1px;
}
.list li:first-child {
    border-left: 2px solid black;
}
.main {
    width: 100%;
}
.left {
    text-align: center;
    float: left;
    width: 50%;
    height: 250px;
    background-color: yellow;
    border-bottom: 1px solid black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-family: cursive;
    padding: 30px 0 20px;
}
.right {
    text-align: center;
    float: right;
    width: 50%;
    height: 250px;
    background-color: yellow;
    border-bottom: 1px solid black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-family: cursive;
    padding: 30px 0 20px;
}
.papiezed  {
    font-weight: 1000;
    padding: 18px 0 64px;
    font-size: 40px;
}
audio {
    padding: 5px;
    width: 250px;
    height: 45px;
}
.l1, .r1, .r2 {
    font-weight: 1000;
    font-size: 30px;
    padding-bottom: 30px;
}
a:link, a:visited {
    text-decoration: none;
    color: black;
}