@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;700&display=swap');

@font-face {
    font-family: SF-Pro-Display-Semibold;
    src: url('../../fonts/SF-Pro-Display-Semibold.otf') format(opentype);
}

body, html {
    height: 100vh;
    background-color: #fff;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p, h1, h2, h3 {
    padding: 0;
    margin: 0;
}
/* ------------------------------------------------*/


#header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100vw;
    height: 80px;
}

#footer {
    height: 350px;
    position: fixed;
    bottom: 0;
    background-image: url(../../img/part-footer-bakground.svg);
    background-position-x: 11%;
    background-position-y: 74px;
    background-repeat: no-repeat;
}

#footer .bar-footer {
    position: absolute;
    bottom: 0;
}

#content {
    height: 100vh;
    padding-top: 190px;

}


#content h1 {
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

h1 {
    font-size: 2rem;
}

#content .btn-1 {
    background-color: #621661;
    color: #fff;
    border-radius: 50px;
    padding: 0 2.5rem;
    height: 58px;
    margin-bottom: 15px;
}

#content .btn-2 {
    background-color: #831F81;
    color: #fff;
    border-radius: 50px;
    padding: 0 2.5rem;
    height: 58px;
}
