body{
    background:url("bedroombg.png") center center/cover fixed no-repeat;
}

/* ===== Title ===== */

.bedroom-title{
    text-align:center;
    margin-bottom:25px;
    line-height:1;
}

.small-title{
    display:block;
    font-size:22px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#fff8d9;
}

.big-title{
    display:block;
    font-size:68px;
    font-family:Georgia, serif;
    color:#fff4c7;
    text-shadow:
        0 0 10px rgba(255,255,255,.9),
        0 0 20px rgba(255,244,199,.8),
        0 0 35px rgba(255,244,199,.5);
}

.big-title em{
    font-style:italic;
}

/* ===== Navigation ===== */

.bedroom-nav{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    margin-bottom:20px;
}

.bedroom-nav a{
    background:rgba(255,255,255,.9);
    border:2px solid #d8b4ff;
    border-radius:999px;
    padding:10px 18px;
    color:#6c8df2;
    text-decoration:none;
    font-size:14px;
    transition:.25s;
    box-shadow:0 0 10px rgba(255,255,255,.5);
}

.bedroom-nav a:hover{
    background:#ece3ff;
    transform:translateY(-2px);
}

/* ===== About Me Banner ===== */

.about-title{
    width:350px;
    display:block;
    margin:20px auto;
}

/* ===== About Text ===== */

.about-text{
    max-width:430px;
    margin:0 auto;

    background:rgba(255,255,255,.75);
    border-radius:18px;
    padding:20px;

    text-align:left;
    line-height:1.7;
}
.rant-small-gif{
    width:100px;
    display:block;
    margin:-20px auto 20px auto;
}