@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');

html {
    background: black url("../img/background.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.name {
    color: #ABABAB;
    font-size: 3em;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.2em 1em;
    font-family: 'Poiret One', cursive;
    background-color: rgba(255,255,255,0.1);
    width: 100%;
    text-align: right;
}
