body {
    background-color: lightskyblue;
}

div {
    width: fit-content;
    margin-bottom: 20px;
    height: fit-content;
}

.sc {
    background-color: white;
    width: var(--logo_size);
    position: absolute;
    border: 3px solid;
    box-shadow: 0px 0px 10px 3px;
    z-index: 1;
    left: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

p {
    border: 5px solid rgb(65, 181, 219);
    text-align: center;
    background-color: whitesmoke;
    font-family: 'Courier New', Courier, monospace;
    display: flex;
    flex-direction: column;
    align-self: center;
}


img {
    display: flex;
    justify-content: center;
    border: 5px solid black;
    box-shadow: 5px 5px 5px 5px;
}


footer {
    position: fixed;
    bottom: 0px;
    background-color: brown;
    border: 2px solid coral;
    width: 100%;
    box-shadow: 0px 0px 10px 3px;
    color: white;
    text-align: center;
}

@media (width<500px) {}