@font-face {
 font-family: Oswald;
 src: url(../fonts/Oswald/Os.ttf);
 }
@font-face {
 font-family: Ubuntu;
 src: url(../fonts/Ubuntu/Ubuntu-Bold.ttf)
}


#container {
 background-color:darkmagenta; 
 background-size: cover;
 align-items: center;
 display: center;
 justify-content: center;
 border: 30px solid; 
 position: relative;
 width: auto;
 height: 1050px;
 left: 0%; 
 margin-left: -10px;
 margin-right: -10px;
 border-radius: 40px;
 zoom:185%;
}

h1 {
color: whitesmoke; 
font-size: 150px;
font-family: Oswald;  
text-shadow: 15px 15px 15px gray;
}

p {
color: white ;
font-size: 70px ;
-webkit-text-stroke-color: aqua;
font-family: Ubuntu; 

margin-left: 2%;
text-shadow: 10px 10px 10px gray;
}

body {
zoom: 30%;
background-color: blueviolet;
position: fixed;
}

ul {
    font-size: 70px;
    color: white;
    font-family: Ubuntu;
    margin-left: 2%;
    text-align-last:auto;
}

img {
width: 350px;
position: absolute;
top:1%;
right:1%;
border-radius: 50%;
border: 10px solid;
}
