@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Rowdies:wght@300;400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

header{
    padding:1px 1px 0px 1px;
    text-align: center;
    font-family: "Rowdies";
    font-size: 45px;
    color:rgb(64, 14, 72);
    background-size: cover;
}

body{
    background-color: rgb(180, 169, 190);
}

section{
    text-align: center;
    font-family: "Bebas Neue";
    color: rgb(60, 31, 88);
    padding: 3% 15% 2% 15%;
    align-items: center;
}

h2{
    font-family: "Rowdies";
    font-size: 30px;
}

footer{
    background-size: cover;
    text-align: center;
    padding: 20px;
    color: rgb(64, 14, 72);
    font-family: "Bebas Neue";
    font-size: 20px; 
}
.design-sistem{
    display: flex;
    justify-content: center;
    width: 1000px;
}