@import url(https://fonts.googleapis.com/css?family=Cuprum);
@import 'https://fonts.googleapis.com/css?family=Roboto';
@import url('https://fonts.googleapis.com/css?family=Roboto:700');

*{
padding: 0;
margin: 0;
}

html{
    height: 43%;
    width: 100%;
}

body{
    height: 43%; 
    background-color: #221f22; 
}

main{
    height: 100%;
    width: 100%;
}

article{
    background-color: transparent;
    color: lightgray;
    font-family: Cuprum;
    font-size: 0.6rem;
    letter-spacing: 0.1rem;
    text-align: center;
    line-height: 1rem;
}

.centered{
    margin: auto;
    align-content: center;
    margin-top: 20rem;
}   

main img{
    width:50%;
    cursor: pointer;
    position: absolute; 
    left: 25%; 
    top: 31%; 
}