body {
    margin: 0;
    user-select: none;
	background: url(../assets/icons/background.png);
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #333333;
}

.background {
    width: 1280px;
    height: 853px;
    background-color: #cdd0d5;
}

.header {
    width: 100%;
    height: 83px;
    background-color: #ffffff;
}
.title {
    color: rgb(237, 0, 140);
    font-weight: 500;
    font-size: 26px;

    float: left;
    margin-left: 35px;
    margin-top: 26px;
}
.logo {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}

.button {
    cursor: pointer;
    transform: translate(-50%, -50%);
}
.previous {
    position: absolute;
    top: 433px;
    left: 75px;
    height: 50px;
    width: 50px;
}
.next {
    position: absolute;
    top: 433px;
    left: 1205px;
    height: 50px;
    width: 50px;
}
.pause {
    position: absolute;
    top: 792px;
    left: 640px;
}

.top, .bottom {
    position: absolute;
    background-color: rgb(237, 0, 140);
}
.top {
    top: 113px;
    width: 3px;
    height: 100px;
}
.top-left {
    left: 30px;
}
.top-right {
    left: 1247px;
}
.bottom-horizontal {
    top: 823px;
    width: 100px;
    height: 3px;
}
.bottom-vertical {
    top: 723px;
    width: 3px;
    height: 100px;
}
.bottom-left {
    left: 30px;
}
.bottom-right-vertical {
    left: 1247px;
}
.bottom-right-horizontal {
    left: 1150px;
}