body {
    /* width: 1440px; */
    background-image: url(images/pattern-background-desktop.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color:aliceblue;
    text-align: center;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
}

main {
    width: 450px;
    height: 697px;
    border-radius: 20px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Red Hat Display', sans-serif;
}

img {
    border-radius: 20px;
    padding-bottom: 20px;
}

p {
    color: hsl(224, 23%, 55%);
}

.main-plan {
    display: flex;
    justify-content: space-evenly;
    background-color: hsl(225, 100%, 98%);
    width: 354px;
    height: 94px;
    border-radius: 11px;
    margin-left: 48px;
    margin-right: 48px;
}

.link-change {
    padding-top: 30px;
    margin-left: 100px;
    font-family: 'Red Hat Display', sans-serif;
}

.music-icon {
    padding-top: 20px;
}

.plan {
    padding-top: 20px;
}

button {
    width: 354px;
    height: 50px;
    border-radius: 11px;
    background-color: hsl(245, 75%, 52%);
    border: none;
    font-family: 'Red Hat Display', sans-serif;
    margin-top: 30px;
}

.btn-txt {
    color: white;
    font-size: 16px;
    font-family: 'Red Hat Display', sans-serif;
}

.main-p {
    margin-left: 48px;
    margin-right: 48px;
}

.cancel {
    margin-top: 30px;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    color: hsl(224, 23%, 55%);
    text-decoration: none;
}

button:hover {
    background-color: #766CF1;
    cursor: pointer;
}


.first-a:hover {
    color: #766CF1;
}

.last-a {
    color: hsl(224, 23%, 55%);
    text-decoration: none;
}

.last-a:hover {
    color: hsl(223, 47%, 23%);
}