* {
    -webkit-user-select:none;
    -moz-user-select:none;
   -ms-user-select:none;
   user-select: none;
}

.center-text img:first-of-type {
    float: left;
}
.center-text {
    /* text-align: center; */
    overflow: auto;
}

body
{
    overflow: visible;
    padding-left: 12%; /* Adjust as needed */
    padding-right: 25%; /* Adjust as needed */
    margin: 0; /* Remove default margins */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-color: rgb(247, 232, 232); */
    background-color: rgb(189, 211, 229);
    background-size: 100% 100%;
    color: rgb(20, 9, 9);
}

footer
{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgb(20, 9, 9);
    /* text-align: center; */
    background-color: rgb(189, 211, 229);
    padding: 10px;
    /* position: fixed; */
    bottom: 0;
    width: 100%;
}

p
{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: rgb(20, 9, 9);
}

li
{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: rgb(20, 9, 9);
}

a:link{
    font-family: 'Poppins', sans-serif;
    color: rgb(3, 82, 64);
    font-size: 16px;
}

a:visited{
    color: rgb(6, 55, 89);
}

a:hover{
    color: rgb(207, 33, 196);
}

a:active{
    color: rgb(247, 19, 231);
}

nav
{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Lato', sans-serif;
    color: rgb(39, 19, 19);
}
