* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Heebo', 'Roboto', sans-serif; */
    /* color: #343434; */
    color: #43464b;;
    font-size: 16px;
}

.center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 1024px) {
    body{
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    body{
        font-size: 14px;
    }
}
