
body{
    background-image: url("/Assets/IMG_Nature/glen_coe_dawn.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px red;
    color: white;
    font-family: 'inter',sans-serif;
    min-height: 100vh;
    font-size: 15px;
    height: 100%;
    min-height: 80vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p{
    font-size: 40px;
}

