.floor {
    background-color: #BBD8B3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5% 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
}

.desk {
    background-color: #CBA135;
    padding: 3%;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
}

.title {
    font-size: 40pt;
    font-family: 'Inconsolata', 'Times New Roman', Times, serif;
    color: #F3EFE0;
    padding: 20px 5px;
}

.monitor {
    min-height: 70px !important;
}

.stand {
    background-color: #4D5659;
    width: 100px;
    height: 30px;
    z-index: 2;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.screen {
    background-color: #667175;
    width: 200px;
    height: 10px;
    z-index: 1;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    transition: ease-out 0.25s;
}

.screen:hover {
    box-shadow: 0px 13px 29px 8px rgba(169, 193, 232, 0.75);
    transition: ease-in 0.5s;
}

.book {
    transform: rotate(-5deg);
    display: flex;
    min-height: 150px;
}

.left-page {
    background-color: #E6DA9C;
    width: 100px;
    height: 110px;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: #000000;
}

.bookmark {
    background-color: #FF0000;
    width: 5px;
    height: 130px;
}

.right-page {
    background-color: #E6DA9C;
    width: 100px;
    height: 110px;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: #000000;
    font-family: 'Inconsolata', 'Times New Roman', Times, serif;
}

.pencil {
    min-height: 100px;
    padding-top: 10px;
    transform: rotate(10deg);
}

.rubber {
    background-color: #F261AC;
    width: 10px;
    height: 5px;
}

.rubber-holder {
    background-color: #C2BABE;
    width: 10px;
    height: 10px;
}

.pencil-body {
    background-color: #F5E72A;
    width: 10px;
    height: 70px;
}

.tip {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 12px solid #EBDCB0;
}

.keyboard {
    min-height: 100px;
}

.base {
    background-color: #000000;
    padding: 3px;
    display: inline-block;
}

.base>table,
.base>table>tbody>tr,
.base>table>tbody>tr>td {
    border: 5px solid #918C7A;
}

.base>table>tbody>tr>td {
    background-color: #ADA692;
    width: 20px;
    height: 10px;
}

.mouse-area {
    min-height: 100px;
    width: 200px !important;
}

.mouse-mat {
    background-color: #9C678E;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}

.mouse {
    transform: rotate(20deg);
    width: 25px;
    margin-top: -65px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.mouse-top {
    display: flex;
}

.left-button,
.right-button {
    background-color: #F5F0F4;
    width: 10px;
    height: 10px;
}

.wheel {
    background-color: #9E8E9A;
    width: 5px;
    height: 10px;
}

.mouse-body {
    background-color: #F5F0F4;
    width: 25px;
    height: 30px;
}

.chocolate {
    transform: rotate(-20deg);
    margin: 20px;
    min-height: 100px;
}

.chocolate>table,
.chocolate>table>tbody>tr,
.chocolate>table>tbody>tr>td {
    border: 5px solid #85632D;
}

.chocolate>table>tbody>tr>td {
    background-color: #916B2D;
    width: 12px;
    height: 12px;
}

.wrapper {
    background-color: #143EBA;
    color: #FFFFFF;
    font-size: 16px;
    width: 30px;
    height: 40px;
    padding: 10px;
}

.hot-chocolate {
    display: flex;
    transform: rotate(-10deg);
    min-height: 100px;
    margin: 20px;
}

.mug {
    background-color: #634316;
    border: 5px solid #FFFFFF;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-top: auto;
    margin-bottom: auto;
}

.handle {
    background-color: #FFFFFF;
    width: 10px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.folder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.case-front {
    z-index: 2;
    display: flex;
    background-color: #729615;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 130px;
    height: 170px;
    border-radius: 7px;
    opacity: 0.7;
    -webkit-clip-path: polygon(100% 55%, 89% 61%, 89% 83%, 100% 90%, 100% 100%, 0 100%, 0 67%, 0 0, 100% 0);
    clip-path: polygon(100% 55%, 89% 61%, 89% 83%, 100% 90%, 100% 100%, 0 100%, 0 67%, 0 0, 100% 0);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .3);
}

.paper {
    width: 130px;
    height: 150px;
    background-color: white;
    z-index: 1;
    position: absolute;
    margin-left: 5px;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
    padding: 10px 5px;
    font-size: 4px;
    letter-spacing: 1px;
}

.paper:hover {
    cursor: pointer;
    transform: translateX(20px);
}

.animate-paper-out {
    animation: 1s ease-in-out animatePaperOut;
    animation-fill-mode: forwards;
}

@keyframes animatePaperOut {
    0% {
        transform: translate(20px, 0px);
    }
    50% {
        transform: translate(240px, 0px);
    }
    51% {
        z-index: 1;
    }
    52% {
        transform: translate(240px, 0px);
        z-index: 3;
    }
    100% {
        transform: translate(100px, 0px) scale(5) rotate(7deg);
        z-index: 3;
    }
}

.animate-paper-in {
    animation: 1s ease-in-out animatePaperIn;
}

@keyframes animatePaperIn {
    0% {
        transform: translate(100px, 0px) scale(5) rotate(7deg);
        z-index: 3;
    }
    50% {
        transform: translate(240px, 0px);
        z-index: 3;
    }
    51% {
        transform: translate(240px, 0px);
        z-index: 1;
    }
    52% {
        transform: translate(240px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.case-back {
    display: flex;
    background-color: #729615;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 150px;
    height: 170px;
    border-radius: 7px;
    position: absolute;
    z-index: 0;
    margin-left: 4px;
}

.smartphone {
    min-height: 50px;
    min-width: 50px;
}

.bezel {
    background-color: #2E2E2D;
    padding: 3px;
    height: 80px;
    width: 40px;
}

.smartphone-zoom-in {
    animation: 1s ease-in-out smartphoneZoomIn;
    animation-fill-mode: forwards;
}

@keyframes smartphoneZoomIn {
    0% {
        transform: translate(0px, 0px);
        z-index: 0;
    }
    100% {
        transform: scale(4);
        z-index: 10;
        position: relative;
    }
}

.smartphone-zoom-out {
    animation: 1s ease-in-out smartphoneZoomOut;
}

@keyframes smartphoneZoomOut {
    0% {
        transform: scale(4);
        z-index: 10;
        position: relative;
    }
    100% {
        transform: translate(0px, 0px);
        z-index: 0;
    }
}

.front-camera {
    background-color: #E9EBE4;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    margin-left: 10px;
    margin-right: auto;
    margin-bottom: 3px;
    z-index: 1;
}

.smartphone-screen {
    background-color: rgba(245, 42, 42, 0.62);
    width: 34px;
    height: 66px;
    z-index: 1;
    color: #FFFFFF;
    padding: 2px;
    overflow: hidden;
    font-size: 6px;
}

.smartphone-screen>table {
    table-layout: fixed;
}

.smartphone-screen>table>tbody>tr>td {
    overflow: hidden;
}

.smartphone-screen>table>tbody>tr>td>a,
.smartphone-screen>table>tbody>tr>td>a:hover,
.smartphone-screen>table>tbody>tr>td>a:active,
.smartphone-screen>table>tbody>tr>td>a:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.url {
    font-size: 5px;
}