/*
 Theme Name:   Young Factor
 Theme URI:    http://app.young-factor.it
 Description:  Twenty Twenty Child Theme
 Author:       Essedicom
 Author URI:   http://app.young-factor.it
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentychild
*/

body.home {
	background-color: white;
}

.home ul {
   margin-left: 1.5rem;
}

.home ul li:before {
	content: " ";
	margin-left: 0;
}

.home a {
 color: #00abe4;
 text-decoration: none;
 font-weight: bold;
}

.home a:hover {
 color: black;	
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42rem;
}

.aligner img{
	max-width: 100%;
	height: auto;
}
