@font-face {
    font-family: 'Mulish';
    src: url(/fonts/Mulish-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Mulish", sans-serif;
}

.main {
    text-align: center;
}

.header {

}

.logo {
    width: 168px;
    height: 168px;
    border-radius: 24px;
}

.download-section {
    margin-top: 40px;
}

.download-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.download-button {
    margin-bottom: 26px;
}

.download-button-image {
    width: 240px;
    height: auto;
}