body {
    background-color: #C2CF8C;
}

header {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.logo {
    width: 40px;
    height: 40px;
}

.copy-input
{
    width: 250px;
    display: inline-block;
}

.num {
    font-size: large;
}

.screens
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; 
}

.screen-sub
{
    color: darkslategray;
    font-size: smaller;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
