@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');


body {
    background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbHEZ_ehxc3tqK9Lo7eJnr9lXI_QAnt9lPQuyjt-NVqWXZepO2LSlC-gAq_6iO56aQLnjqjLqJbIWId7kN4a4eWipc9euZpAE2CZWHyxXLjQS05JuxKY6fyOIZtjnfmDPXRoVPfqgSlBc/s1600/seamless-light-gray-material-background.jpg);
    height: 125vh;
    background-size: cover;
    font-family: sans-serif;
    margin-top: 80px;
    padding: 30px;
}

p {
    font-family: "Tinos", serif;
}

.source{
    font-family: "Quicksand", serif;
}


.navigation ul{
    font-family: sans-serif;
    background-color: white;
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    list-style-type: none;
    display:flex;
    align-items: center;
    box-shadow: 0 0 15px 0 black;
    margin:0px;
}

.navigation img {
    height: 80px;
    margin-left: 10px;
}

.navigation * {
    display: inline;
}

.navigation li{
    margin: 20px;
}

.navigation li a {
    color: black;
    text-decoration: none;
}

.navigation a:hover {
    background-color:#f1edd6;
}

.stowe img {
    width:30%;
}

.truth img {
    width:30%;
}

.mainimg img {
    width:50%;
}

.main a {
    color: gray;
    text-decoration: none;
}

.main a:hover {
    color: #9c9c9c;
}

.stowe a {
    color: gray;
    text-decoration: none;
}

.stowe a:hover{
    color: #9c9c9c;
}

.truth a {
    color: gray;
    text-decoration: none;
}

.truth a:hover{
    color: #9c9c9c;
}