
*{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: large;
    /*
    background-color: rgb(27, 28, 32);
    color: white;
    */
}

hr{
    margin: 0px;
    border: 2px dashed #cfcfcf;
}

img {
    width: 45%;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 10px;
}
body{
    width: 75%;
    margin-left: 12.5%;
    
    border: 3px dashed #cfcfcf;
    border-radius: 10px;
    
}

p{
    width: 70%;
    margin-top: 10px;
    margin-left: 20px;
}

.link{
    text-align: center;
    
    width: 100%;
    height: 1%;

    font-weight: 700;
    
}

h1{
    font-size: 200%;
    font-weight: 750;
    margin-left: 20px;
    text-align: center;

}

h2{
   font-size: larger;
   font-weight: 600;
   margin-left: 20px;
}
h5{
    font-size: 15px;
    font-weight: 450;
    color: gray;
    margin-top: -18px;
    margin-bottom: 0.4%;
    margin-left: 20px;
}