body {
    margin: 0;
    padding: 0;
}

#container {
    width: 100vw;
    height: 100vh;
    margin: 0;
}

#megangif {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#faces {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    border: 0;
}

#sleeves {
    width: 100%;
    height: 100%;
}

#dealwithit {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    border: 0;
}

h1 {
    font-size: 3vh;
    color: white;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000,
            2px 2px 0 #E40303,
            4px 4px 0 #FF8C00,
            6px 6px 0 #FFED00,
            8px 8px 0 #008026,
            10px 10px 0 #24408E,
            12px 12px 0 #732982;
}

#title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 10%;
}

#subtitle {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10%;
}

#kith {
    width: 100%;
    height: 100%;
}
