body {
    height: 100vh;
    background-color: black;
    justify-content: center;
    align-items: center;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#poprisu {
    width: 200px;
}


.count {
    width: 300px;
    height: 70px;
    font-size: 2em;
    letter-spacing: 3px;
    background-color: transparent;
    color: #E0D0C6;
    margin-top: 40px;
}
.credits {
	height: 50px;
	font-size: 0.75em;
	letter-spacing: 3px;
   	background-color: transparent;
   	color: #E0D0C6;
}
/*
#btn:focus {
    outline: none;
}

#btn:active {
    border: 3px solid darkgray;
    color: darkgray;
}
*/
@media only screen and (max-width: 480px) {
    #popcat {
        width: 200px;
    }
}
