body{
    background-image: url(./f.jpeg);
}
#logo{
    height: 45px;
    width:45px;
    margin-left: 0px;
    margin-top: 1px;
}


.one{
    color:rgb(0, 6, 10);
    text-align: center;
    align-content: center;
}

.two{
    background-color: #99855B;
    opacity: 0.75;
     
}
.title{
    text-align: center;
    margin-bottom: 3%;
}
.whiteBox{
    border-color:azure;
    border-width: 4px;
    border-style: solid;
    border-radius: 18px; 
    margin: 2%; 
    padding: 1%;
    max-width: 25%;
    text-decoration: none;
}
.whiteText{
    color: azure;
    text-align: center;
}
.whiteTextt{
    color: azure;
    text-align: center;
    border-bottom: 3px solid azure;
    padding-bottom: 1.5%;
}
.whiteTexttb{
    color: azure;
    text-align: center;
    display: inline;
}
.whiteBoxb{
    border-color:azure;
    text-decoration: none;
    border: 3px solid azure;
    height: 7%;
    text-align: center;
    width :80%;
    display: block;
    margin-left: auto;
    margin-right: auto;   
    border-radius: 5%;
}
.clubDivisions{
    display: flex;
    justify-content: center; 
}