@charset "ult-8";


header {
    background-color: rgba(255, 226, 161, 0.15);
    display: flex;
    justify-content: center;
}

section {
    display: flex;
    justify-content: center;
    width: 100%;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    color:#a00000;
    text-align: center;
 
}

input {
    background-color:rgba(255, 93, 93, 0.69); 
    border:0;
    border-bottom: 0.2em solid white;
    text-align: center;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    color:white;
    
}

input::placeholder {
    color: white;
}

button {
    background-color: white;
    border:0;
    font-family: 'Roboto', sans-serif; 
    font-weight: 700;
    color:rgba(221, 0, 0, 0.85);
   
}

button:hover{
   background-color: rgba(95, 95, 95, 0.79); 
   color:white;
}

a {
    font-family: 'Roboto', sans-serif; 
    font-weight: 300; 
    color: white;
    text-decoration: none;
    
}

a:hover {
    color: #4ecbc2;
}


.container img{
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
}
.active {
    display: flex;
    justify-content: center;
}
.active img {
    max-width: 70%;
    
    align-self: center;
    
}

.menu {
    background-color: rgba(255, 190, 190, 0.69);
}

.intro {
    display: flex;
    align-items: center;
    flex-direction: column;    
}

.login {
    
    align-items: center;
    
}
    input {
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    margin:0.2em;
    width: 20em;
      }
        