* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'RobotoMono-Thin';
    src: url('./fonts/RobotoMono-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'RobotoMono-Thin';
    src: url('./fonts/RobotoMono-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'RobotoMono-Light';
    src: url('./fonts/RobotoMono-Light.ttf') format('truetype');
    font-weight: 300;
}

body {
    font-family: 'RobotoMono-Light';
    font-weight: 100;
    background: #3d3b3b;
    color: coral;
}

h1 {
    margin-top: 100px;
}

h3 {
    margin-top: 40px;
}

.contenedor {
    text-align: center;
    display: block;
}

img {
    margin-top: 40px;
    border-radius: 50%;
}