/* affiliation.css */
.affiliate-container {
    padding: 20px;
    font-family: Arial, sans-serif;
}

.affiliate-container p{
    color: black;
}

.title {
    font-size: 2em;
    margin-bottom: 20px;
    color: #2c3e50;
}

h2 {
    font-size: 1.5em;
    color: #2980b9;
    margin-top: 20px;
}

h3 {
    font-size: 1.2em;
    color: #3498db;
}

.step ul,
.affiliate-container ul {
    list-style-type: disc;
    margin-left: 20px;
}

.affiliate-container p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.step {
    margin-bottom: 20px;
}

ol {
    margin-left: 20px;
}


.thiscontainer {
    max-width: 1300px;
    margin: 50px auto;
}


.signup-container {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.signup-button {
    background-color: #2980b9;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
}

.signup-button:hover {
    background-color: #3498db;
    transform: scale(1.05);
}

.signup-button:active {
    background-color: #1a5a7f;
}


/* affiliation.css */
.arrow-buttons-container {
    display: flex;
    justify-content: space-around;
    margin: 30px 0px;
}

.arrow-button {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px;
    color: white;
    background-color: #2980b9;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
}


.arrow-button:hover {
    background-color: #3498db;
    transform: scale(1.05);
}

.arrow-button:active {
    background-color: #1a5a7f;
}
