html {
    background-color: rgb(255, 104, 180);
    color: yellow;

}
.bloginlag {
    border: 2px solid red;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    background-size: cover;
    width: 100%;
    word-break: break-word;
    text-align: justify;
    padding: 20px;
    margin-top: 10px;
    
}

.catbg {
    background-image: url("/bilder/cat.png");
}
.pstorlek {
    size: 12px 48px;
    
}
#class {
    width: 70vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}

.themainframe {
	position:relative;
}

.griddesignbox {
    background-color: purple;
    border: 10px green solid;
    border-style: ridge;
    
}
.griddesignbox a div p {
    color: aqua;
    text-align: center;
    
}
.griddesignbox:hover{
    animation: fadeOut 1800s ease-in;
}
/* Selection fire */
*::selection {
	background-color: yellow;
	color: green;
}

@keyframes fadeOut {
    0% {scale: 100%;}
    100% {scale: 5000%;} 

}
center {
    width: 85%;
    float: right;
}
body {
    padding: 0px !important;
    margin: 0px !important;
}
.baseLayout{
}
.sidebar{
    position: fixed;
    height: 100vh;
    
    display: block;
    background-color: fuchsia;
    width: 15%;
    float: left;
    
    border: 2px blue solid;
    border-block-end-style: ridge;
}
.objectImage {
    max-width: 40%;
    max-height: 65%;
    border: 10px rgb(242, 255, 0) solid;
    border-style: ridge;
}
.centerMain {
    background-image: url("https://www.freeiconspng.com/thumbs/butterfly-png/butterflies-png-7.png");
}
.coolbody {
    background-image: url("/bilder/pngtree-flowers-png-image_7506581.png");
}
.anthrax-button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}