html {
    scroll-behavior: smooth;
}

body{
    background-image: url(../img/background_2.svg);
    background-size: cover;
    font-family: "Raleway";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100vh;
}

h1{
    color: white;
    font-weight: 500;
    font-size: 3.5rem;
    margin: 0;
    padding: 0;
}

#title{
    text-shadow: 0 0 5px #FFFFFF, 0 0 10px #DF304F;
}

h2{
    color: white;
    opacity: 0.6;
    font-weight: 300;
    font-size: 2rem;
    margin: 0;
    padding: 0.1rem;
    /* text-shadow: 0 0 10px #FFFFFF, 0 0 20px #DF304F, 0 0 30px #DF304F */
}

#appear{
    color: #ffa9b8;
    opacity: 1;
    text-shadow: 0 0 5px #ff6666, 0 0 10px #DF304F, 0 0 20px #DF304F,  0 0 30px #DF304F;
}

p{
    color: white;
    opacity: 0.6;
    font-weight: 300;
    font-size: 1rem;
    margin: 0;
    padding-top: 1rem;
}

.main{
    text-align: center;
    margin-bottom: 12rem;
    margin-top: 12rem;

}

button{
    padding: 0.5rem;
    width: 12rem;
    margin: 0.5rem;
    margin-top: 2rem;
    color: #441373;
    background-color: white;
    border: none;
    font-family: "Raleway";
    font-weight: 500;
    font-size: 1rem;
    border-radius: 6pt;
    box-shadow: 0px 7px 0px 0px rgb(225, 225, 225, 0.3);
} 

button:hover {
    transform: scale(1.1);
    background-color: rgba(255,255,255,0.1);
    color: white;
    border: solid white 1px;
}

.part1{
    display:flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    background-color: rgba(247, 132, 132, 0.2);
    height: 700px;
    border-radius: 25px;
    border: solid white 1px;
    margin-bottom: 5rem;
}

input {
    /* margin: 1.5rem; */
    margin-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    color: #441373;
    border-radius: 6pt;
    border: none;
}

#appear{
    padding-top: 1rem;
    font-size: 6rem;
}

.container{
    display: flex;
    flex-direction: row;
}

#button_s {
    background-color: rgba(255,255,255,0.1);
    color: white;
    border: solid white 1px;
}

#button_s:hover{
    background-color: white;
    color: #441373;
}

#part2{
    background-image: url(../img/maskMusic4.svg);
    background-size: cover;
}