@charset "utf-8";
/* CSS Document */

html, body {
    margin: 140px;
	background-color: #DBDBDB;
}

.wrapper {
    position: relative;
	min-height: 100%;
}

#smiley {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 150px;
    text-shadow: 10px 10px 10px #000000;
}

#content {
    padding: 25px;
    display: flex;
    justify-content: center; 
    align-items: center;
    font-family: Trebuchet MS;
    font-size: 40px;
    text-shadow: 12px 12px 12px #000000;
}

#textline {
    display: flex;
    justify-content: center; 
    align-items: center;
    font-family: Trebuchet MS;
    font-size: 20px;
}