@charset "UTF-8";

h1   {
	color: green;
}

p    {
	color: black;
}
		
.logo {
	max-height: 60px;
}

.img-radius {
    width: 125px;
    height: 50px;
    padding: 0px;
    transition: all 0.3s ease-in-out;
    border-radius: unset;
}

h4   {
	color: red;
}