body {
    margin: 0;
    padding: 20px;
}

details {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFEBEE;
    border-radius: 5px;
}

details > p {
    margin: 10px;
}

details > p:last-child {
    padding-bottom: 10px;
}

summary {
    background-color: #2196F3;
    color: white;
    padding: 10px;
  }  

h1 {
    color: #F44336;
}

.frame {
    min-height: 100vh;
    border: 18px solid #F44336;
}

.home {
    background-color: #FFEBEE;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: space-between;
}

.header-logo {
    font-weight: 700;
    text-transform: uppercase;
}

a {
    color: #F44336;
}

.menu-main {
    display: block;
}

.responsive-google-slides {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Ratio */
    height: 0;
    overflow: hidden;
  }

.responsive-google-slides iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
