@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

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

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000000;
    background: #FFFFFF;
}

.header {
    margin-top: 0;
    width: 100%;
    height: 75px;
    background: #FF00FF;
}

.logo {
    margin-left: 0;
    width: 150px;
    height: 75px;
    background-image: url("images_main/logo.svg");
}


.button {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #5865F2;
    padding: 10px;
    border-radius: 5px;
}

.button:hover {
    background-color: #36393F;
}







/* Filterizr css */