@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');





* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background-image: -webkit-linear-gradient(270deg,rgba(224,99,184,1.00) 0%,rgba(116,8,82,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(224,99,184,1.00) 0%,rgba(116,8,82,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(224,99,184,1.00) 0%,rgba(116,8,82,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(224,99,184,1.00) 0%,rgba(116,8,82,1.00) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
.container {
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 500px;
    height: 100vh;
    padding-top: 150px;
    position: static;
    background-color: #8A166599;
    margin-left: auto;
    margin-right: auto;
    border-left: thick double #DB8F01;
    border-right: thick double #DB8F01;
    line-height: normal;
}
.container img {
    margin-bottom: 16px;
    width: 450px;
}

p {
    font-family: 'Ubuntu', sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 22px;
}



@media (max-width:1000px){
p {
    font-size: 33px;
    line-height: 51px;
}
	
	.container {
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 928px;
    height: 100vh;
    padding-top: 150px;
    position: static;
    background-color: #8A166599;
    margin-left: auto;
    margin-right: auto;
    border-left: thick double #DB8F01;
    border-right: thick double #DB8F01;
}
.container img {
    margin-bottom: 85px;
    width: 800px;
}

	
	
	
	
}
