@charset "utf-8";
/* CSS Document */


body{
    width: 100%;
    height: 600px;
    background-image: url(udspn_logo.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size:contain;
    
}




.link{
    width: 100%;
    height: 600px;
    padding-top: 500px;
    display: flex;
    justify-content: center;
}




h3{
    width: 60px;
    height: 28px;
    margin: 10px;
}


.youtube{
    background-color: #FF0000;
    position: relative;
}

.youtube a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.insta{
    background-color: #F56040;
    position: relative;
}

.insta a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.twitter{
    background-color: #1DA1F2;
    position: relative;
}

.twitter a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.apple{
    background-color: #FF2D55;
    position: relative;
}

.apple a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.spotify{
    background-color: #1DB954;
    position: relative;
}

.spotify a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}