/*
    Pyon's website
    20240804 | V1
*/

body {
    background-color: #263044;
    font-family: Calibri, 'Trebuchet MS', Arial;
    color: #c9cccf;
    position: relative;
    min-height: 100vh;
}

p {
    /* text-align: center; */
    font-family: 'Trebuchet MS', Arial;
    font-size: medium;
    /* color: #000000; */
    text-align: center;
}