@font-face {
  font-family: 'poppins bold';
/*  font-style: normal;
  font-weight: 400;*/
  src: url('../fonts/Poppins-Bold.ttf');
}

body{
    background: url("../images/texture-bg.jpg")  no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin:0;
}

.container{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.container div{
    width: 850px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.container p{
    margin: 25px auto;
    font-size: 28px;
}

.container div img{
    width:100%;
}
.website{
    width:50% !important;
    margin: 10px auto;
}


.container div p{
    text-align: center;
    color: #d5c7b8;
    font-family: 'poppins bold';
    font-style: italic;
}