@charset "utf-8"; body { font-family: 'Roboto'; font-size: 22pt; background-color: grey; } /* .popup { display: inline-block; background-color: white; position: fixed; width: 80%; height: auto; margin-top: 1%; margin-bottom: 1%; border-radius: 12px; left: 50%; transform: translate(-50%, 0%); } */ .popup { background-color: white; width: 80%; margin-left: 10%; margin-right: 10%; height: auto; margin-top: 1%; margin-bottom: 1%; border-radius: 12px; left: 50%; background-image: url('/images?g=00000&id=logo-background.png'); background-repeat: repeat; background-size: 128px 128px; }