body {

    background-color: #212121;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

p {
    font-family: 'arial';
    color: #b0b0b0;
    font-weight: bold;

}
p2 {
    font-family: 'arial';
    color: white;
    font-weight: bold;
    bottom: 10px;
    text-align: center;
}
.footerclass {
    
    font-size: 15px;
    color: white;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 0px;
    transition: none;
    width: auto;
}
.footerclass:hover {
    color: white;
    transform: none;
}

a {
    padding: 20px 20px;
    font-size: 20px;
    text-decoration: underline;
    background-color: green;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: transform 0.2s ease, color 0.2s ease;
}
    a:hover {
    transform: scale(1.2);
    color: #255736;
}
    a.logo {
    all: unset;
    font-family: 'arial';
    color: #b0b0b0;
    font-weight: bold;
    text-decoration: none;
    margin-top: 0px;
    text-align: left;
}
footer {
    background-color: green;
    color: white;
    text-align: center;
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 100%;
    left: -10px;
    align-content: center
}

@media (max-width: 766px) {
    body {
        font-size: 16px;
    }

    p {
        font-size: 18px;
    }

    a {
        font-size: 18px;
        padding: 15px 15px;
        transition: none !important;
        
    }
        a:hover {
        transform: none !important;
        color: black !important;
}
}
footer {
    background-color: green;
    color: white;
    text-align: center;
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 100%;
    left: -10px;
    align-content: center
}
