h1 {
                    color: blue;
                    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
                }
                p {
                    display: inline-block; 
                }
                p:hover {
                    transform: rotate(360deg);
                    transition: 1s;
                }
                .main {
                  background-color: red;
					max-width: fit-content;
					margin-left: auto;
					margin-right: auto;
					text-align: center;
					padding: 10px;

                }
                .title h1 {
					color: purple;

                }
				
				.kill h1 {
					color: green;
				}
				
                .content {

                }  


