@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');

* {
    margin: 0;
    padding: 0;
}

html {
    height: -webkit-fill-available;
}

body {
    background-color: black;
    color: white;
    overflow: hidden;
    height: -webkit-fill-available;
}

::selection {
    background: #60dfff;
    color: #181818;
}

.cloudword {
    padding: 1.5px;
    height: 95vh;
    overflow: hidden;
    margin: 2dvw 5dvw;
    /* background-image: url(https://images.pexels.com/photos/28171019/pexels-photo-28171019/free-photo-of-a-long-exposure-photograph-of-a-highway-with-boats.jpeg);
    background-size: cover;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; */
}

.cloudword a {
    text-decoration: none;
    color: #608892;
    padding: 5px 10px;
    margin: 0px 50px;
}

.cloudword a:hover {
    color: #60dfff;
    text-shadow: #fff 0px 0px 25px;
}

.cloudword0 {
    font-size: 30px;
    opacity: 0.3;
    margin: 10px 0px;
    /* writing-mode: vertical-lr; */
}

.cloudword1 {
    font-size: 25px;
    opacity: 0.4;
    rotate: 90;
    margin: 40px 90px;
}

.cloudword2 {
    font-size: 20px;
    opacity: 0.6;
    rotate: 90;
    margin: 50px 70px;
}

.cloudword3{
    font-size: 39px;
    opacity: 0.5;
    margin: 700px 20px;
}

.cloudword4 {
    font-size: 21px;
    opacity: 0.7;
    margin: 80px 0px;
}

.overthinker {
    text-align: center;
    align-items: center;
}

.cloudword a:hover, .cloudword0:hover, .cloudword1:hover, .cloudword2:hover, .cloudword3:hover, .cloudword4:hover{
    opacity: 1;
}

.coffee{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    /* background: rgb(0, 204, 197); */
    background: black;
    color: white;
    border-radius: 32px;
    position: fixed;
    right: 18px;
    bottom: 17px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px;
    z-index: 9999;
    cursor: pointer;
    font-weight: 600;
    transition: 0.25s;
    --bmc-button-display: flex;
}

.coffee:hover{
    box-shadow: rgba(360, 360, 360, 0.95) 0px 0px 10px;
    transform: scale(1.13);
    background: white;
}

.coffee:hover img{
    filter: invert(0);
}

.coffee img{
    height: 41px;
    width: 41px;
    margin: 0;
    padding: 0;
}