#body {
    background-color: bisque;
}
#discord {
    background-color: rgb(206, 112, 250);
    font-family: Arial;
    position: relative;
    padding: 15px 45px;
    color: white;
}
#headbutton {
    display: flex;
    list-style: none;
}
#header {
    background-color: rgb(54, 53, 61);
    border-color: black;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 100px;
}
#homebtn {
    height: 15px;
    width: 440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 20px;
}
#play {
    background-color: rgb(153, 255, 85);
    vertical-align: middle;
    position: fixed;
    right: 50px;
    height: 50px;
    top: 50px
}
#playnow {
    position: relative;
    bottom: 13px;
}
#title {
    color: white;
    vertical-align: middle;
    text-align: center;
    font-size: 30pt;
    position: relative;
    top: 10px;
}
#youtube {
    height: 100px;
    width: 100px;
}


.button {
    text-decoration: none;
    border-radius: 10px;
}
.buttongroup1 {
    align-items: center;
}
.center {
    align-items: center;
}
.centertext {
    text-align: center;
}
.head {
    background-color: aliceblue;
    font-size: 20px;
}
.headlink {
    color: white;
    padding: 5px 10px;
    text-decoration: none;
}
.headlinkbtn {
    background-color: gray;
    margin: 0px 2px;
}
.oneline {
    display: flex;
    flex-direction: column;
}
.vertical {
    vertical-align: middle;
}
.welcome {
    font-size: 30px;
    text-align: center;
}

li {
    display: list-item;
}