
div {
    padding-top: 0px;
    padding-bottom: 0px;
}

div.desc{
    font-style: italic;
    padding-bottom: 3px;
}
p1{
    color: red;
}

a {
    color: blue;
}

h1 {
    color: black;
}

body {
    background-color: whitesmoke;
}

.shorts_video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width) */
}

.shorts_video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 5%;
}