/* cdn raleway google font */
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');

/* body image background cover */
html {
    background-image: url("bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Teko", sans-serif;
    background-position: center center;
    background-attachment: fixed;

}

.title {
    font-family: "Teko", sans-serif;
    font-size: 50px;
    color: white;
    text-align: center;
    margin-top: 50px;
    font-weight: 200;

}

/* footer */
/* fixed at botTom */
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: 300;
    font-size: 22px;
}

.soundcloud {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    color: white;
}