@font-face {
    font-family: "unbouded";
    src: url("../fonts/unbounded.ttf");
    format: "truetype";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Regular.ttf");
    format: "truetype";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}
/* Estilo do Desktop*/
body {
    background-color: #0E1014;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 24pt;
    line-height: 1.5;
    
}
header img {
   
    display: block;
    margin: 75px auto 0 auto;
}

h1 {
    font-family: 'unbounded', sans-serif;
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
}
h1 span {
    color: #9747FF;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    text-align: center;
    margin: 24px auto 0;
    width: 792px;
}
span {
    color: #9747FF;
}

a {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    text-decoration: none;
    background-color: #9747FF;
    width: 340px;
    height: 66px;
    display:block;
    text-align: center; 
    line-height: 66px;
    border-radius: 36px;
    margin: 100px auto;
    padding: 10px 20px;
}
a:hover {
    background-color: #8233e8;
    
}

section img {
    width: 792px;
    height: 446px;
    display: block;
    margin: 0 auto;
}
@media (max-width: 768px) {
    header img {
        margin: 65px 0 0 60px;
    }
    p {
        width: 648px;
    }
}
@media (max-width: 375px) {
    header img {
        margin: 32px 0 0 16px;
    }
    h1 {
        font-size: 40px;
    }
    p {
        font-size: 20px;
        width: 340px;
    }
    a {
    font-size: 20px;
    width: 251px;
}
    section img {
        width: 340px;
        height: 230px;
    }
}
