*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    border: none;
    box-sizing: border-box;
    font-family: 'Martel';
}

img{
    max-width: 100%;
    display: block;
}

html{
    font-size: 62.5%;
}

html,
body{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

button{
    background-color: transparent;
    cursor: pointer;
}