.laptop_container {
    position: absolute;
    right: 20px;
    height: 560px;
    width: 840px;
}

.laptop_monitor {
    position: relative;
    width: 80%;
    height: 80%;
    margin-left: 10%;
    background: rgb(25,25,25);
    border-radius: 4% / 6%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0;
    margin-top: 5%;
}

.laptop_webcam {
    position: absolute;
    width: 2%;
    padding-bottom: 2%;
    border-radius: 50%;
    left: 49%;
    top: 1%;
    background: rgb(80,80,80);
}

.laptop_screen {
    position: absolute;
    width: 94%;
    height: 90%;
    background: #7366e5;
    top: 5%;
    left: 3%;
}

.laptop_browser {
    position: absolute;
    width: 80%;
    height: 88%;
    left: 10%;
    top: 6%;
    border-radius: 1% / 1.5%;
    overflow: hidden;
    transition: transform 0.4s, opacity 0.4s;
    background: rgb(220,220,220);
    box-shadow: 0 0 30px 5px rgba(50,50,50, 0.15);
}

.laptop_browser_header {
    position: relative;
    display: block;
    height: 6%;
    width: 100%;
    font-size: 0;
    background: rgb(220,220,220);
}

.laptop_browser_buttons {
    position: relative;
    display: inline-block;
    width: 2%;
    height: 50%;
    top: 25%;
    margin-left: 1%;
    border-radius: 50%;
}

.laptop_browser_buttons:nth-child(1) {
    background: #e6645a;
}

.laptop_browser_buttons:nth-child(2) {
    background: #fab446;
}

.laptop_browser_buttons:nth-child(3) {
    background: #62c85a;
}

.laptop_webpage {
    position: relative;
    height: 94%;
    width: 100%;
    background-color: rgb(200,200,200);
}

.laptop_keyboard {
    position: relative;
    width: 96%;
    height: 4%;
    left: 2%;
    background: rgb(50,50,50);
    border-radius: 4% / 96%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.laptop_open {
    position: relative;
    width: 16%;
    height: 50%;
    left: 42%;
    background: rgb(100,100,100);
    border-radius: 10% / 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}