@import url('keyframes.css');

body {
    background-color: black;
    margin: 0;
    font-family: monospace, Arial;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}

.container, .btn-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin: 20px;
}

.sc-btn, .yt-btn {
    background-size: contain;
    position: relative;
    height: 35px;
	margin: 2px;
}

.caching {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.sc-btn {
    width: 190px;
    background-image: url('../css/media/s0undcl0ud.gif');
}

.sc-btn:hover{
    width: 240px;
    background-image: url('../css/media/s0undcl0ud_hover.gif');
}

.yt-btn {
    width: 130px;
    background-image: url('../css/media/y0utube.gif');
}

.yt-btn:hover{
    width: 180px;
    background-image: url('../css/media/y0utube_hover.gif');
}