@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body {
    font-family: 'DM Sans', sans-serif;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
#buttonA {
    background: #ffffff;
    color: #cf1e14;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    outline: none;
    box-shadow: none;
}

#buttonA:focus,
#buttonA:focus-visible {
    outline: none;
    box-shadow: none;
}

.slide-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 100px 100px;
    box-sizing: border-box;
}