body{
    margin: 0;
    overflow: hidden;
}

p{
    margin-bottom: 5px;
    margin-top: 5px;
}

p, span{ 
    color: #ffffff; 
    font-size: 14px;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
}

.positionContainer{
    position: absolute; 
    top: 0; 
    left: 15px;
    background-color: rgba(0,0,0,0.5);
    padding: 5px;
    width: 300px;
    border-radius: 8px;
}

#btnGiroscopio{
    margin-top: 10px;
}