.create-poll{display:flex;flex-direction:column;align-items:center;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;max-width:500px;box-shadow:0 4px 8px #6969691a;border-radius:10px;z-index:1000}@media screen and (max-width:500px){.create-poll{width:75%;left:46%}}.create-poll hr{width:100%;margin-top:10px;margin-bottom:10px}.create-poll-option{width:100%;display:flex;flex-direction:column}.create-poll-option a{margin-right:10px}.create-poll-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}
