body{
    margin: 0px;
    padding: 0px;
    background-color: #595959;
    width: 100vw;
    height: 100vh;
    font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
    overflow-x: hidden;
    transition: 200ms;
}
nav{
    display: flex;
    justify-content: space-around;
    background-color: #595959;
    color: #ffffff;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
}
button{
    font-family: 'Poppins', sans-serif;
    background-color: #393939;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    border: none;
    height: 50px;
    width: 50px;
    text-align: center;
}
button:hover{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    background-color: #bcbcbc;
    color: #393939;
}
span{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: bold;
}
iframe {
    margin: 20px;
    margin-top: 5px;
    width: calc(100vw - 40px);
    height: 1200px;
    border-radius: 20px;
    border: solid 2px #000000;
    z-index: 0;
}
img {
position: absolute;
z-index: -1;
width: 300px;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
}