body {
    margin: 0%;
}

body {
    background-image: url("../assets/image/escrime2.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.one {
    margin: 0 auto;
    margin-top: 150px;
    width: 420px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0px;
    background-color: #E8E8E8;
    border-radius: 25px;
}

.two {
    text-align: center;
    a {
        text-decoration: none;
        color: #000000;
    }
}

.three {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 25px;
}


.four {
    width: 93%;
    padding: 12px;
    border-radius: 12px;
    font-size: 14px;
}


.five {
    text-align: center;
    a, h3 {
        background-color: #223260;
        color: #ffffff;
        border-radius: 12px;
        text-decoration: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.five:hover {
    a, h3 {
        background-color: #141d38;
    }
}


.six {
    text-align: center;
    a, h4 {
        display: inline;
        text-decoration: none;
    }
    a {
        color: #551b8c;;
    }
}


.seven {
    text-align: center;
    padding: 5px;
    a, h4 {
        display: inline;
        text-decoration: none;
    }
    a {
        color: #551b8c;
    }
}



footer {
    margin-top: 100px;
}


.eight {
    text-align: center;
    background-color: #0b0f42;
    padding: 5px;
    p {
        color: #BDB8B8;
    }
}