

span{
    width: 100%;
}











/*

.dl{
    color: aliceblue;
    font-size: 45px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-top: 250px;
    position: absolute;
    margin-bottom: 105px;
}


#dl{
    border: solid aliceblue;
    border-radius: 25px;
    text-decoration: none;
    margin: auto;
    color: aliceblue;
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    width: 100%;
    text-align: center;
    background-color: rgba(240, 248, 255, 0.123);
    padding: 30px;
}


#dl:hover{
    border-radius: 35px;
    text-decoration: underline;
    background-color: rgba(240, 248, 255, 0.432);
}

a.down{
    width: 600px;
    padding: 100px;
    text-decoration: none;  
    color: aliceblue;
}

