/*
 Theme Name:   OceanWP Child Theme
 Description:  OceanWP Child Theme
 Author:       Alfonso Saavedra "Son Link"
 Template:     oceanwp
 Version:      0.0.1
 Text Domain:  oceanwpchild
*/
@import url("../oceanwp/style.css");

#lastver {
	width: 200px;
	margin: 0 auto 2rem;
	padding: .5rem;
	text-align: center;
	border-radius: 10px;
	background: #13aff0;
	color: #eee;
}

#lastver a {
	color: #eee;
	text-decoration: none;
	transition: color 0.3s ease;
}

#lastver a:hover {
	color: #4a4a4a;
	text-decoration: none;
}
  
#version {
	font-weight: bold;
	font-size: 2rem;
}