﻿body {
    margin: 0;
    background: rgba(0, 0, 0, 0.35) url('../IMG/011706ILQM2.webp');
    background-blend-mode: darken;
    background-attachment: fixed;
}

.head {
    margin-top: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.headimg {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    cursor: pointer;
    background-size: cover;
    border: 3px solid mintcream;
    background-repeat: no-repeat;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.55);
}

.panel {
    display: inline-grid;
    row-gap: 1rem;
}

.activate {
    height: 8rem;
    padding: 1.2rem;
    border-radius: 2rem;
    background: azure;
    text-align: center;
    font-size: 1.5rem;
}

*:disabled {
    background-color: cornflowerblue
}