html{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #E85D04;
    font-family: Arial, sans-serif;

    margin:auto;
    max-width:1000px;
  }

body{
    background-color: #E85D04;
}

.big{
    font-size: 3em;
    font-weight: bolder;
    color: #ffffff;
    text-align: center;
    text-shadow: 2px 2px #000000;
    opacity: 1;
}

.medium{
    font-size: 2em;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    text-shadow: 2px 2px #000000;
    opacity: 1;
}

.projects{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #ffffff50;
    font-family: Arial, sans-serif;

    margin-left: 20px;
    margin-right: 20px;
}

.pimage{
    margin-left: 5%;
    margin-right: 5%;
    display: block;
}

img{
    max-width: 100%;
}

.pimagetext{
    font-size: 1em;
    font-weight: normal;
    color: #03071E99;
    text-align: center;
}

hr { 
    border-style: solid;
    border-width: 2px;
    border-color:#03071E;

    margin-left: 2%;
    margin-right: 2%;
} 
.ptitle{
    font-size: 2.5em;
    font-weight: bold;
    color: #03071E;
    text-align: left;
    text-shadow: 2px 2px #00000020;
    opacity: 1;
    
    margin-left: 20px;
    margin-right: 20px;
}

a{
    color: #9D0208;
}

.pbody{
    font-size: 1.5em;
    font-weight: normal;
    color: #03071E;
    text-align: left;
    opacity: 1;

    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}