
:root {
    --color-corp: #0a2b43;
}

.bg-corp {
    background-color: var(--color-corp);
}

code::-moz-selection {
    background: white;
    color: black;
}

code::selection {
    background: white;
    color: black;
}

code {
    background-color: black;
    color: white !important;
}

header {
    height: 338px;
}

.icon {
    width: 100px;
    height: 100px;
}
