/* some actual css on this website, deary me, took long enogh to move into the 2020s!!!  31/01/2026 */
#header{
    text-align: center;
    border-width: 3px;
    border-color: black;
    border-style: solid;
    border-radius: 10px;
    background-color: #ffffcc;
}
#nav{
     border-width: 3px;
    border-color: black;
    border-style: solid;
    border-radius: 10px;
    background-color: #ffffcc;
    margin-top: 5px;
    width: 245px;
    float: left;
    
    
    
}
p{
    margin-left: 3px;
}
a{
    margin-left: 3px;
    font-size: 22;
}
#main{
    border-width: 3px;
    border-color: black;
    border-style: solid;
    border-radius: 10px;
    background-color: #ffffcc;
    margin-left: 260px;
    margin-top: 5px;
    
    
    
}
img{
    margin-top: 10px;
    margin-left: 5px;
    height: 250px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
#nav p a{
    font-size: 15px;
}
#nav img{
    border-style: none;
    border-radius: 0px;
    height: auto;
    border-top: 0px;
}