#signupMenu{
    display: none
}
#wrap aside{
    background: #000
}
.redButton{
    background: linear-gradient(90deg,rgb(255,0,136) 0%,rgb(217,110,72) 53%,rgb(242,190,92) 100%);
    border-radius: 5px;
}