@media screen {
	iframe {
		width: 800px;
		height: 400px;
		border-radius: 4px;
		border-style: none;
	}

	.main-content {
		display: flex;
		flex-direction: column; 
		align-items: flex-start;
	}

	#guides-button {
		border-radius: 16px;
		font-weight: bold;
		background-image: linear-gradient(#dfc9e8, #dbe6ff);
	}

	.button {
		position: relative;
		left: 8px;
		font-family: 'Quicksand', sans-serif;
		font-size: 14pt;
		padding: 8px 12px 8px 12px;
		border: 4px;
		margin: 8px;
		text-decoration: none;
		border-radius: 16px;
		background-color: #8cc1db;
		cursor: pointer;
		width: 200px;
	}
}