
@import url('https://fonts.googleapis.com/css2?family=BBH+Bartle&display=swap');


body{
    background-color: rgba(0, 0, 0, 0.814);
}



header{
    background-color: rgb(95, 158, 160);
}

.title{
    border-radius: 5px;
    border:3px solid rgb(226, 125, 43);

    color: rgb(19, 18, 12);
    font-family: "BBH Bartle",sans-serif,Arial;
    font-size: 35px;
    font-style: italic;

    text-shadow: 3px 3px 5px rgb(0, 42, 255) , -3px -3px 5px rgb(255, 0, 0);
    
    
}

.odd{
    color: rgb(127, 242, 255);
    font-family:cursive;
    font-size: large;
    font-weight: 100;
    border-bottom: 3px solid rgb(165, 255, 155);
    border-top: 3px solid rgb(157, 155, 255);
    border-left: 3px dotted rgb(255, 8, 8);
    border-right: 3px dotted rgb(0, 8, 255);
}

.even{
    color: burlywood;
    font-size: large;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h1{
    color: white;
    

}
h2{
    color:white
}
h3{
    color: white;
}
h4{
    color: white;
}
h5{
    color: white;
}

p{
    color: white;
}
a{
    color: aqua;
}
hr{
    height: 3px;
}
