body {
    background-image: url("images/bg.jpg");
    background-size: cover;
    background-attachment: fixed;

}

#event {
    background-color: lightgreen;
    padding: 15px;
    border-radius: 10px;
    border:2px solid black;
    font: bold 16px Arial, sans-serif;
    
}

* {
    font-family: Arial, sans-serif;
}

#name {

    border: 2px solid black;
    padding: 10px;
    border-style: dashed;
    border-radius: 20px;
    background-color: rgb(223, 179, 179);
    text-shadow: 3px 3px 4px rgba(33, 20, 214, 1);
    text-align: center;

}


img {
    width: 450px;
    height: auto;
    border-radius: 20px;
    
}

a.event {
    width: 100%;
    height: auto;
    color: white;
    background-color: black;
    padding: 10px;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: 0 5px 0 gray;


}


#qualify {
    font-size: 18px;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 4px rgba(255, 0, 0, 1);
    font: SANS-SERIF;
    border: 2px solid black;
    border-radius: 20px;
    text-align: center;
    background-color: sandybrown;
    border-style: dotted;

}

.forma {
    background-color: lightcoral;
    border-radius: 20px;
    border:2px solid black;
    font: bold 16px Arial, sans-serif;
}

#bio {
    border:2px solid black;
    background-color: lightblue;
    border-radius: 20px;
    font: bold 16px Arial, sans-serif;
}
