body {
    background-color: #260347;
    color: #ffffff;
    text-align: center;
    align-items: center;
    margin: auto;
    width: 1000px;
    max-width: 100%;
    min-width: 300px;
}

.kalam-bold {
    font-family: "Kalam", cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 100;
}

.text {
    text-align: center;
    align-items: center;
    margin: auto;
    padding: 30px;
    width: 350px;
    max-width: 100%;
    min-width: 300px;
}

.f {
    font-size: 150px;
}

.logo {
	background-color: #1EAAFC;
	background-image: linear-gradient(130deg, #6C52D9 0%, rgb(173, 90, 221) 55%, #6C52D9 100%);
	padding: 0px;
	width: 170px;
	height: 170px;
    border-radius: 200px;
	border: solid 6px rgb(68, 0, 255);
}

.socialmedia {
	background-color: #1EAAFC;
	background-image: linear-gradient(130deg, #6C52D9 0%, rgb(173, 90, 221) 55%, #6C52D9 100%);
	border-radius: 10px;
	border: solid 4px rgb(68, 0, 255);
	padding: 2px;
	align-items: center;
	margin: auto;
	width: 36px;
	height: 36px;
	cursor: pointer;
    transition: 0.3s;
} .socialmedia:hover {opacity: 0.7;}
