*{
    margin: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-family: 'Iceland';
}

button {
    cursor: pointer;
}

p{
    font-size: 18px;
}