@font-face {
    font-family: 'Stanberry';
    src: url('fonts/Stanberry.ttf') format('truetype');
}

@font-face {
    font-family: 'NextSunday';
    src: url('fonts/NextSunday.ttf') format('truetype');
}

@font-face {
    font-family: 'MyFirstCrush';
    src: url('fonts/MyFirstCrush.ttf') format('truetype');
}

body {
    background-color:#000000;
    font-size:100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 98vh;
}

.container {
    width: 75vh;
    height: 90vh;
    
    padding-left:2vh;
    padding-top:2vh;
    
    background-image: url('Alice.png'), linear-gradient(to top, #FF1493 0%, #BFFFD5 100%);
    background-position: center right, center;
    background-size:75% 90%, 100%;
    background-repeat: no-repeat, no-repeat;
    
    border: 0.8vh solid #FFFFFF;
    border-radius: 1vh;
}

.flag {
    width:5vh;
    height:3vh;
    margin-left:1.5vh;
}

#hi{
    font-family: 'Stanberry';
    font-size:7vh;
}

#im{
    font-family: 'NextSunday';
    font-size:4.2vh;
}

#me{
    font-family: 'MyFirstCrush';
    font-size:11vh;
    color:#FFFFFF;
    background-image: url('MeTextBG.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#pronoun{
    font-family: 'NextSunday';
    font-size:3.5vh;
}

#desc1{
    font-family: 'Stanberry';
    font-size:2.3vh;
    width:30vh;
}

#desc2{
    font-family: 'Stanberry';
    font-size:2.3vh;
    width:25vh;
}


