@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

*{
    background-color: beige;
    color: black;
    font-family: "Montserrat", sans-serif;
}

h1{
    font-size: 30px;
    font-weight: 700;
    text-decoration: underline;
}

p{
    font-size: 15px;
    line-height: 30px;
    word-spacing: 5px;
    font-weight: 500;
    margin-bottom: 40px;
}