.wcard {
    background: linear-gradient(135deg, var(--page-my-color), var(--page0-ac-color), var(--page-mx-color));
    height: 265px; width: 100%;
    border-color: var(--page0-ac-color);
    border-radius: 25px;
    border: 3px groove var(--page0-ac-color);
    margin-bottom: 5px;
}

@media screen and (max-width: 1204px) {
    .wcard {
        background: linear-gradient(135deg, var(--page-my-color), var(--page0-ac-color), var(--page-mx-color));
        height: auto; width: 100%;
        border-color: var(--page0-ac-color);
        border-radius: 25px;
        border: 3px groove var(--page0-ac-color);
        margin-left: auto; margin-right: auto;
    }

    .wpost {
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        height: 245px;
    }
    
    .dbbt button {
        
        width: 12%;
    }
    
    .dbbt {
        display: inline;
    }
}

.wpost {
    margin-top: 5px;
    margin-left: 5px;
    height: 245px;
    justify-content: center;
    align-items: center;
    
}

.wpost  a:link {
    text-decoration: none;
}

.wspost {
    height: 244px;
    width: 98%;
	margin: 5px;
    border-radius: 25px;
    
}

.digestcataut {
    position: relative; 
    margin-top: -65px;
    margin-left: 8px;
    height: 45px;
    width: 90%;
    background-color: var(--page0-aw-color);
    color: var(--page-bb-color);
    border-radius: 12px;
    border: 1px groove var(--page0-ac-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.digestcataut .dca1 {
    
    font-size: small;
    line-height: 10px;  
}

.dca2 {
    margin-left: 5px;
    margin-top: -20px;
    font-size: small;
    line-height: 10px;
}

.cpost {
    height: 122px;
    width: 100%;
    background-color: var(--page0-aw-color);
    border-radius: 12px;
    border: 1px groove var(--page0-ac-color);
    margin-top: 5px;
    
}

.cpostl {
    height: 250px;
    width: 100%;
    background-color: var(--page0-aw-color);
    border-radius: 12px;
    border: 2px groove var(--page0-cc-color);
    margin-top: 5px;
    
}

.authorb {
    color: var(--page-ox-color);
	text-shadow: -1px -1px var(--page-my-color), 0.5px 0.5px var(--page-bb-color), 5px 5px 6px var(--page0-mc-color);
}

.sworksl a:link {
    text-decoration: none;
}

.btp {
    white-space: nowrap;
}

.dpost {
    height: 122px;
    width: 100%;
    background-color: var(--page0-aw-color);
    border-radius: 12px;
    border: 1px groove var(--page0-ac-color);
    margin-top: 5px;
    
}

.rpost1 {
    height: 122px;
    width: 100%;
    background-color: var(--page0-aw-color);
    border-radius: 12px;
    border: 2px groove var(--page0-cc-color);
    margin-top: 5px;
    
}

.stbox {
    margin-bottom: 5px;
    white-space: normal;
}

.rpost2 {
    height: 122px;
    width: 100%;
    background-color: var(--page0-aw-color);
    border-radius: 12px;
    border: 2px groove var(--page0-cc-color);
    margin-top: 5px;
}

.sworks {
    overflow-y: scroll;
    height: 85px;
    width: auto;
    background-color: var(--page-bg-color);
}

.sworksl {
    overflow-y: scroll;
    height: 213px;
    width: auto;
    background-color: var(--page-bg-color);
}

.rlinks {
    overflow-y: scroll;
    height: 85px;
    width: auto;
    background-color: var(--page-bg-color);
}

.blinks {
    overflow-y: scroll;
    height: 85px;
    width: auto;
    background-color: var(--page-bg-color);
}

.alinks {
    overflow-y: scroll;
    height: 85px;
    width: auto;
    background-color: var(--page-bg-color);
}

.lspace {
    margin-left: 6px;
}

.wphotobox {
  background: var(--page0-ac-color);
  border: 2px groove var(--page0-cc-color);
  width: 94%;
  height: 150px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wphotobox img {
  width: auto;
  height: 90%;
  border-radius: 18px;
}

.dbb {
	
}

.dbbt button {
	border-radius: 6px;
	color: var(--page-ox-color);
	margin-top: .5px;
	margin-bottom: .5px;
	margin-left: auto;
	margin-right: auto;
	height: 12%;
	width: 95%;
	background-color:var(--page0-aw-color);
}

.dbbt {
	text-align: center;
	height: 250px;
  width: 100%;
  background-color: var(--page-mx-color);
  border-radius: 12px;
  border: 2px groove var(--page0-cc-color);
  margin-top: 5px;
	padding-top: 4px;
	display: block; 
}

.butwhat {
	text-align: center;
	border-radius: 18px;
}