body{
    background-color: #ff0000;
    background-image: url('https://www.indivstock.com/static27/preview2/stock-photo-christmas-background-with-presents-with-snowflakes-and-happy-santa-claus-3dillustration-391996.jpg');


}

/* .navbar
{
    background: #ff0000;
    font-family: calibri;
    padding-right: 15px;
    padding-left: 15px;
} */
.navdiv
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo
{
    font-size: 50px;
    font-weight: 600;
    color: white;
}

li{
    list-style: none;
    display: inline-block;
}

li a
{
    color: rgb(255, 0, 0);
    font-size: 18px;
    font-weight: bold;
    margin-right: 25px;
    background-color: rgb(255, 255, 255);
    margin-left: 10px;
    border-radius: 10px;
    padding: 10px;
    width: 90px;
}

button
{
    background-color: rgb(255, 255, 255);
    margin-left: 10px;
    border-radius: 10px;
    padding: 10px;
    width: 90px;
}
button a{
    color: rgb(255, 0, 0);
    font-weight: bold;
    font-size: 14px;
    
}

span
{
    color: #ffffff;
}

#p1
{
    color: rgb(255, 255, 255);
    /* background-color: white;
    margin-top: 150px;
    padding-right: 500px;
    margin-left: 500px;
    
    margin-right: 250px; */
}

/* #imglogo
{
    margin-top: 1px;
} */