* {outline: none;}

body {
    /* display: flex; */
    background-color: black;
    margin: 0px;
    margin-top: 200px;
    font-family: 'Acme', sans-serif;
}

nav {
    display: flex;
    align-items: center;
    background-color: rgba(255, 0, 0, 0.746);
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0px;
}

.cont {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /* border: solid yellow; */
    width: 100%;
    height: 100%;
}

.vidDIV {
    /* border: yellow solid; */
    width: 305px;
    text-align: center;
    padding: 40px;
}


video {
    height: 170px;
    width: 300px;
    border: solid gray 2px;
    border-radius: 15px;
}

h3 {
    color: silver;
}

.spkrIcon {
    height: 25px;
}

.h3audio {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    color: #595959;
    /* border: solid green; */
    width: 150px;
    justify-content: space-around;
}

.tdJksDIV {
    border: solid gray 2px;
    border-radius: 15px;
    overflow: hidden;
}

.nextCONT {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tdJksACtrl {
    background-color: #f1f3f4;
    width: 100%;
    margin-bottom: -10px;
}