/*
Theme Name: Make Some Noise Centered Icons
Author: Make Some Noise
Description: Tema One Page centrado con iconos e imágenes personalizables.
Version: 1.2
*/
body {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    background: #000;
    color: #fff;
    text-align: center;
}
h2 {
    color: #00ff00;
    margin-top: 80px;
}
a {
    color: #00ff00;
    text-decoration: none;
}
section {
    padding: 60px 20px;
    border-top: 1px solid #222;
}
img {
    display: block;
    margin: 20px auto;
}
footer {
    background: #000;
    padding: 20px;
}
.icon-buttons a {
    margin: 0 10px;
    font-size: 24px;
    color: #00ff00;
    transition: 0.3s;
}
.icon-buttons a:hover {
    transform: scale(1.2);
}
