@import url('./menu.css'); body { margin: 0; } h1 { text-align: center; } .eventos-container { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100vw; } footer { display: flex; align-items: center; position: fixed; bottom: 0; height: 80px; text-align: center; margin-inline: 20px; background-color: #fff; } button { font-size: 16px; font-weight: bold; width: 120px; height: 40px; margin-block: 15px; border-radius: 5px; cursor: pointer; background-color: #734bd1; color: #fff; border: none; transition-duration: 0.4s; } button:hover { background-color: #9466ff; } iframe { width: 100%; height: 50vh; position: relative; margin: 0; border: none; } .modal-content { display: none; position: absolute; z-index: 1; background-color: #000; opacity: 0.5; height: 100vh; width: 100vw; bottom: 0; } .form { display: none; position: absolute; top: 30vh; z-index: 2; background-color: #fff; border-radius: 10px; border: 4px solid #734bd1; min-height: 0; width: 500px; } .head-form { display: flex; align-items: center; justify-content: space-between; margin-inline: 10px; } .form-title { font-size: 25px; font-weight: bold; color: #734bd1;; } .close { font-size: 40px; font-weight: bold; cursor: pointer; transform: rotate(45deg); } form { padding-left: 10px; } input, select { border: none; border-bottom: 1px solid black; outline: none; width: 320px; border-color: #996dff; padding-left: 10px; font-size: 20PX; } select { background-color: #FFF; } td { height: 40px; font-size: 18px; }