*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: Arial;
}

.container{
    display: flex;
    height: 100vh;
    width: 100vw;
    position: relative;
    align-items: center;
}

body{
    background: #E6E6FA;
}

.caixaitens{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #8d74ad;
    width: 40%;
    height: 55%;
    border-radius: 40px;
    position: absolute;
    left: 45%;
}

a:active{
    background: #755975;
}

.btnladolado{
    display: flex;
    flex-direction: row;
    gap: 5vw;
}

#escola{
    margin-top: 4vh;
}

h1{
    margin-bottom: 5vh;
    color: #E6E6FA;
    font-size: 6vh;
}

#logo{
    height:auto;
    width: 7vw;
    position: fixed;
    right: 2vw;
    bottom: 2vh;
    user-select: none;
    pointer-events: none;
}

#fundo{
    border-radius: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: auto;
    height: 100vh;
    user-select: none;
    pointer-events: none;
}

a{
    text-decoration: none;
    display: flex;
    height: 8vh;
    align-items: center;
    justify-content: center;
    width: 10vw;
    font-size: 2vh;
    background: #E6D7FF;
    border: 2px solid #734F96;
    font-weight: bold;
    color: #734F96;
    cursor: pointer;
}