#logo{
    border-width: 15px;
    border-color: rgb(53, 38, 192);
    border-style: groove;
    border-radius: 15px;
    text-align: left;
    font-size: 65px;
    font-variant-position: left;
    display: flex;
    justify-content: left;
    background-color: rgb(64, 136, 195);
}
#lox{
    font-size: 45px;
    text-align: center;
    font-style: oblique;
    color:rgb(53, 39, 141)
}
body{
    background-color: rgb(64, 136, 195)
}
#pips{
    font-size: 45px;
    text-align: center;
    border-width: 15px;
    border-style: groove;
    border-color: rgb(9, 40, 114);
}