body {
    background-image: url(../img/bg.svg);
    margin: 0px;
    background-color: #ececec;
    user-select: none;
    backdrop-filter: blur(1.5px);
}

nav {
    position: relative;
    filter: drop-shadow(0px 7px 5px #7a7a7acd);
}

#nav-rect {
    height: 75px;
    width: 100%;
    background-color: #f0f0f0;
    margin-bottom: 80px;
}

#nav-circ {
    border-radius: 100%;
    width: 90px;
    height: 90px;
    background-color: #f0f0f0;
    position: absolute;
    top: 0;
    left: calc(50vw - 45px);
}

#nav-circ>img{
    width: 100%;    
}

#video-wrapper {
    margin-inline: auto;
    max-width: 380px;
    height: 500px;
    clip-path: polygon(
        0 calc(40px),
        100% 0,
        100% calc(100% - 40px),
        0 100%
    );

    position: relative;

    video {
        width: 100%;
        transform: translateY(-20%);
    }
    
}

#mbutton {
    position: absolute;
    right: 10px;
    top: 12px;
    border: none;
    color: white;
    font-size: 20px;
    background-color: #ff6a00;
    padding-block: 8px;
    border-radius: 50px;
    height: 40px;
    width: 40px;
}

/* .p-wrapper {
    min-width: 80%;
    margin-inline: auto;
    max-width: 400px;
    min-height: 200px;
    clip-path: polygon(
        0 calc(40px),
        100% 0,
        100% calc(100% - 40px),
        0 100%
    );
    background-color: #dcdcdc;
    position: relative;
} */

#con {
    background-color: #ff6a00;
    color: white;
    font-size: 35px;
    border-radius: 20px;
    padding: 18px;
    padding-right: 22px;
    width: fit-content;
    margin-top: 40px;
    font-family: Impact;
    font-style: italic;
    margin-inline: auto;
}

#dc {
    margin-top: 20px;
    margin-inline: auto;
    text-align: center;
}

.p-wrapper {
    text-align: center;
}

#inf {
    margin-top: 20px;
    font-family: impact;
}

#dcb {
    padding: 8px;
    border-radius: 10px;
    display: block;
    width: fit-content;
    margin-inline: auto;
    margin-top: 15px;
    background-color: #ff6a00;
    color: white;
    text-decoration: none;
    font-family: monospace;
    font-size: 15px;
    transition: background-color 0.2s ease-out;
}

#dcb:hover {
    background-color: transparent;
    color: black;
}

#foot-rect {
    margin-top: 80px;
    margin-bottom: 0px;
    width: 100%;
    background-color: #f0f0f0;
    filter: drop-shadow(0px -7px 5px #7a7a7a);
    padding-bottom: 15px;
    p {
        font-family: 'Courier New';
        margin: 0px;
        color: black;
        text-align: center;
        margin-inline: auto;
    }
}

#dg {
    margin-inline: auto;
    width: 100px;
    img {
        margin-inline: auto;
        text-align: center;
        display: block;
        width: 100px;
    }
}