/*
Theme Name: round180
Theme URI: https://cientochenta.es
Author: zzamov
Version: 2025.2
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
*/
html, body { margin: 0px; padding: 0px; width: 100%; height: 100%; }
body { font-size: 14px;
    display: grid;
    justify-items: center;
    align-items: start; 
    background-color: antiquewhite; }
#boteext{
	width: 80vw;
	padding-top: 80vw; /* 1:1 Aspect Ratio */
	position: relative; /* If you want text inside of it */
	margin-top: 10vw;
    background-color: black;
}
#boteint{
	position: absolute;
	top: 3px;
	left: 3px;
	bottom: 3px;
	right: 3px;
    background-color: black;
	color: white;
	padding: 2vw;
	text-align: center;
	border: 1px solid white;
}
#boteext, #boteint{
	border-radius: 50%;
}
a { color: deepskyblue; text-decoration: none; }
a:visited { color: #ddbbff; }
a:hover { text-decoration: underline; text-decoration-color: deepskyblue; }