@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

div.hero {
    position: absolute;
    background-image: url(img/hero.jpg);
    background-size: cover;
    background color: #9F6D5D;
    width: 1500px;
    height: 839px;
    top: 0px;
    left: 0px;
}

quote {
    position: absolute;
    background-color: #BF4D4D;
    width: 618px;
    height: 296px;
    top: 248px;
    left: 140px;
    font-weight: 500;
    color: white;
}

quote h1 {
    margin-left: 40px;
    margin-top: 54px;
    font-size: 48px;
}

quote p {
    margin-left: 135px;
    margin-top: -40px;
    font-size: 42px;
}

div.wordery {
    position: absolute;
    background-color: white;
    width: 296px;
    height: 296px;
    left: 758px;
    top: 544px;
    color: #9A7D53;
    font-size: 19px;
    font-weight: 400;
}

.text {
    padding: 22px 30px;
}

strong {
    font-weight: 600;
}

div.goto {
    position: absolute;
    background-color: #9A7D53;
    width: 296px;
    height: 296px;
    left: 1050px;
    top: 544px;
    color: white;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    text-decoration: underline;
    padding-top: 90px;
    line-height: 0.7;
}

a:link {
    color: white;
}

a:active {
    color: white;
}

a:visited {
    color: white;
}

div.power {
    position: absolute;
    background-color: white;
    width: 310px;
    height: 296px;
    left: 141px;
    top: 840px;
    font-size: 16px;
}

h2 {
    font-weight: 600;
    font-size: 22px;
}

div.mug {
    position: absolute;
    background-image: url(img/mug.jpg);
    background-size: cover;
    background color: #gray;
    width: 610px;
    height: 297px;
    top: 839px;
    left: 450px;
}

div.lamp {
    position: absolute;
    background-image: url(img/lamp.jpg);
    background-size: cover;
    background color: #gold;
    width: 296px;
    height: 297px;
    top: 839px;
    left: 1050px;
}

div.bookshelf {
    position: absolute;
    background-image: url(img/bookshelf.jpg);
    background-size: cover;
    background color: #brown;
    width: 610px;
    height: 296px;
    top: 1136px;
    left: 140px;
}

div.icon {
    position: absolute;
    background-color: #530300;
    width: 300px;
    height: 296px;
    left: 750px;
    top: 1136px;
    padding: 100px;
}

div.reading {
    position: absolute;
    background-image: url(img/readingchair.jpg);
    background-size: cover;
    background color: #9920FF;
    width: 296px;
    height: 296px;
    top: 1136px;
    left: 1050px;
}