@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Roboto:wght@100&display=swap');

h1{
    font-family: 'Lobster', cursive;
    color: #5fcd02;
    width: 100%;
    text-align: center;
    font-size: 60px;
}

p{
    font-family: 'Roboto', sans-serif;
    color: #000;
    width: 100%;
    text-align: center;
}
p.desc{
    font-family: 'Lobster', cursive;
}

header{
    display: block;
    width: 100%;
    min-height: 100px;
}