* {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h1 {
    text-align: center;
}

body {
    background-image: url("https://img.freepik.com/premium-photo/black-white-photo-black-white-geometric-design_1022789-39765.jpg");
}

p {
    text-align: left;
    font-size: 20px;
    margin-left: 100px;
    margin-right: 100px;
}

.Recycling_mistakes {
    text-align: center;
}

.food_recycle {
    text-align: left;
    margin-left: 15px;
    font-size: 20px;
}

.CO2_Emissions {
    border: 5px;
    padding: 5px;
    background-color: rgb(25, 197, 25);
    font-size: 20px;
    text-decoration: solid;
    text-decoration-color: aquamarine;
    border-radius: 5px;
    border-color: black;
}

button:not(.nostyle) {
    border: 1px;
    padding: 5px;
    background-color: rgb(5, 218, 5);
    font-size: 20px;
    text-decoration: solid;
    text-decoration-color: aquamarine;
    text-align: center;
    margin: auto;
    border-radius: 0.5em;
    border: 1px green solid;
    transition: 0.5s;
    color: white;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
}

.video {
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5);
}

button:not(.nostyle):hover {
    background-color: green;
    border: 1px darkgreen solid;
    transition: 0.5s;
}

*:not(button) {
    color: white;
    border: 1px;
    border-color: black;
    font-family: 'Trebuchet MS', 'Ubuntu', 'Cantarrel' 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
}

input {
    color: black;
    text-shadow: 0px 0px 0px;
}

.blacktext {
    color: black;
}

.navbar ul {
    list-style-type: none;
    background-color: hsl(0%, 0%, 25%);
    padding: 0;
    margin: 0;
}

.navbar {
    z-index: 1000;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: 4px;
    margin-right: 4px;
}

table {
    outline: 3px white solid;
    border-collapse: collapse;
}

td {
    outline: 1.5px white solid;
    border-collapse: collapse;
}

td a {
    font-size: 20px;
}

.navbar a {
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
}

.navbar a:hover {
    background-color: hsl(0%, 0%, 10%);
}

.navbar li {
    float: left;
}