
body {
    background: url("https://i.pinimg.com/originals/94/a1/72/94a172fd2f1be3a22ff33f04c3e719ac.gif");
    background-size: cover;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
    font-family: "Montserrat", "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.glass {

	background: rgba (255,255,255,0,05);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 40px;
	max-width: 90%;
	width: 600-px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37);

	display: flex;
	flex-direction: column;
	align-items: center;
}

h1 {
    color: #FFFFFF;
    margin: 0;
    text-align: center;
    line-height: 1.4;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-family: "Montserrat", "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

a, a:visited {
    font-size: 30px;
    font-family: "Segoe UI" !important;
    color: white !important;
    text-decoration: none !important;
    transition: 0.3s;
}

a:hover {
    color: #ffffff !important;
    text-shadow: 0 0 15px #f5f7fa !important;
}

.owner-text a {
    font-family: "Segoe UI", sans-serif !important;
    text-decoration: none !important;
    margin: 5px 0;
}

.btn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 10px;
    margin-top: 20px;
}

.my-button {
    padding: 12px 30px;
    min-width: 160px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

#rickroll:hover {
    background: rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.7);
    border-color: #ff0000;
    transform: translateY(-2px);
}

#profile:hover {
    background: rgba(0, 255, 100, 0.2);
    box-shadow: 0 0 25px rgba(0, 255, 100, 0.7);
    border-color: #00ff64;
    transform: translateY(-2px);
}

#public:hover {
    background: #121212;
    box-shadow: 0 0 25px rgba(0, 150, 255, 0.7);
    border-color: #0096ff;
    transform: translateY(-2px);
}

.my-button:active {
    transform: translateY(0);
}

@media (max-width: 480px) {
    .btn-container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 28px;
    }

    a, a:visited {
        font-size: 18px;
        padding: 8px 15px;
    }
}

.dots2 {
  margin: 10;
}

.dots1 {
 margin: 5;
}

.copyright-text {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-top: 400px;
}
