@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
div,
html {
    margin: 0;
    padding: 0
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    position: relative;
    font-family: -apple-system, Roboto, Helvetica Neue, Trebuchet MS, sans-serif;
    font-size: 100%;
    background-image: url("https://extra-elements.s3.amazonaws.com/bestwallpaper_newtab/3.jpg");
    backdrop-filter: blur(5px);
    color: white;
}

.header{
    position: fixed;
    top:0;
    width: inherit;
    height: 9vh;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer{
    position: fixed;
    bottom:0;
    width: inherit;
    height: 5vh;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.section{
    margin: 10px 10px 10px 50px;
}

a{
    text-decoration: none;
    color: #f89506;
}

.logo{
    width: 21%;
    height: 94%;
    margin-left: 20px;
}

.header-logo{
    color: #f89506;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    margin-left: 10px;
    width: 20vw;
}

.center-body{
    display: flex;
    justify-content: center;
    align-items: center;
    width: inherit;
    height: inherit;
    flex-direction: column;
}

.chrome-ex{
    margin-right: 10px;
}

.header-left{
    display: flex;
    flex-direction: row;
}

.chrome-ex-con{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15vw;
}

.center-text{
    font-size: 1.5em;
    font-family: Shadows Into Light, cursive;
}

.screen-img{
    border-radius: 10px;
    box-shadow: inset -1px 3px 8px 5px #42464b, 2px 5px 16px 0 #2f2f31, 5px 5px 15px 5px transparent;
    height: auto;
    width: 100%;
    cursor: pointer;
}

.center-chrome{
    margin-top: 3vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 85%;
}

.center-body-con{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 14vh;
    width: 30vw;
}

.center-body-con button{
    cursor: pointer;
}

.screen-img-div{
    width: 53vw;
}

button{
    padding: 10px;
    border-radius: 11px;
    font-size: 1em;
    font-weight: 800;
    background: #ffffff;
    border: #eec884;
    width: 20vw;
}

button:hover{
    background: #f89506;
    color: white;
}

.container{
    display: flex;
    width: inherit;
    justify-content: center;
    align-items: center;
}